bumped into triangle limit (again) so I changed it to 100 :)

This commit is contained in:
zueuk
2005-09-16 13:26:45 +00:00
parent 15a2fb2558
commit 3d0b690f85
2 changed files with 14 additions and 14 deletions

View File

@ -25,7 +25,7 @@ uses
const
EPS = 1E-10;
NXFORMS = 12;
NXFORMS = 100; // --Z-- I don't like limitations! 8-[]
SUB_BATCH_SIZE = 10000;
PREFILTER_WHITE = (1 shl 26);
FILTER_CUTOFF = 1.8;