Changeset 646 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/16/06 10:30:24 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env
r645 r646 414 414 Termination { 415 415 # parameters used for autopartition 416 minRays 10417 minPolygons -1416 minRays -1 417 minPolygons 1 418 418 maxDepth 30 419 419 minPvs -1 420 minProbability 0.00 1420 minProbability 0.00001 421 421 maxRayContribution 9999 422 maxViewCells 1000422 maxViewCells 5000 423 423 424 424 # used for pvs criterium
Note: See TracChangeset
for help on using the changeset viewer.