Changeset 2070 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/01/07 11:18:15 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/generate_viewcells.env
r2069 r2070 12 12 13 13 Preprocessor { 14 samplesPerPass 600000014 samplesPerPass 3000000 15 15 useGlRenderer false 16 16 type vss … … 19 19 loadMeshes false 20 20 # internal raycaster 21 #rayCastMethod 021 rayCastMethod 0 22 22 # intel raycaster 23 rayCastMethod 123 # rayCastMethod 1 24 24 exportVisibility false 25 25 loadKdTree false … … 190 190 VspBspTree { 191 191 Construction { 192 samples 900000192 samples 200000 193 193 epsilon 0.0000001 194 194 randomize false … … 238 238 minGlobalCostRatio 0.0001 239 239 240 maxViewCells 6000240 maxViewCells 3000 241 241 242 242 # used for pvs criterium
Note: See TracChangeset
for help on using the changeset viewer.