Changeset 654 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/19/06 20:15:02 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env
r652 r654 13 13 #;../data/vienna/vienna-plane.x3d 14 14 # filename ../data/vienna/viewcells-25-sel.x3d 15 #filename ../data/atlanta/atlanta2.x3d15 filename ../data/atlanta/atlanta2.x3d 16 16 # filename ../data/soda/soda.dat 17 filename ../data/soda/soda5.dat17 # filename ../data/soda/soda5.dat 18 18 } 19 19 … … 25 25 type vss 26 26 # type rss 27 detectEmptyViewSpace true27 detectEmptyViewSpace false 28 28 } 29 29 … … 36 36 loadInitialSamples false 37 37 storeInitialSamples false 38 useViewSpaceBox true38 useViewSpaceBox false 39 39 # testBeamSampling true 40 40 } … … 184 184 maxStaticMemory 40 185 185 186 exportToFile false187 loadFromFile true186 exportToFile true 187 loadFromFile false 188 188 189 189 #type kdTree … … 213 213 useRaysForMerge false 214 214 refine false 215 compress true216 merge false215 compress false 216 merge true 217 217 } 218 218 … … 288 288 VspBspTree { 289 289 Construction { 290 samples 50000290 samples 300000 291 291 epsilon 0.0005 292 292 randomize false … … 301 301 # pvs = 1024 302 302 303 splitPlaneStrategy 102 4303 splitPlaneStrategy 1026 304 304 305 305 # maximal candidates for split planes … … 330 330 maxCostRatio 1.8 331 331 missTolerance 6 332 333 maxViewCells 100 332 globalCostMissTolerance 4 333 minGlobalCostRatio 0.0000001 334 maxViewCells 40000 334 335 335 336 # used for pvs criterium … … 420 421 minProbability 0.00001 421 422 maxRayContribution 9999 422 maxViewCells 1000 423 maxViewCells 10000 423 424 424 425 # used for pvs criterium
Note: See TracChangeset
for help on using the changeset viewer.