Changeset 645 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/15/06 18:03:34 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env
r644 r645 289 289 Construction { 290 290 samples 500000 291 epsilon 0.00 5291 epsilon 0.00005 292 292 randomize false 293 293 renderCostWeight 1.0 … … 331 331 missTolerance 6 332 332 333 maxViewCells 10000333 maxViewCells 50000 334 334 335 335 # used for pvs criterium … … 354 354 BspTree { 355 355 Construction { 356 samples 50000 0356 samples 50000 357 357 epsilon 0.005 358 358 } … … 420 420 minProbability 0.001 421 421 maxRayContribution 9999 422 maxViewCells 2048422 maxViewCells 1000 423 423 424 424 # used for pvs criterium
Note: See TracChangeset
for help on using the changeset viewer.