Changeset 601 for trunk/VUT/GtpVisibilityPreprocessor/scripts
- Timestamp:
- 02/06/06 23:53:19 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r600 r601 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 false27 detectEmptyViewSpace true 28 28 } 29 29 … … 36 36 loadInitialSamples false 37 37 storeInitialSamples false 38 useViewSpaceBox false38 useViewSpaceBox true 39 39 # testBeamSampling true 40 40 } … … 176 176 # samples used for view cell construction 177 177 Construction { 178 samples 2000000178 samples 1400000 179 179 samplesPerPass 500000 180 180 } 181 181 182 182 #number of active view cells 183 active 2 048183 active 256 184 184 maxStaticMemory 40 185 185 … … 188 188 189 189 #type kdTree 190 #type vspKdTree190 type vspKdTree 191 191 #type bspTree 192 192 type vspBspTree … … 213 213 useRaysForMerge false 214 214 refine false 215 compress false215 compress true 216 216 merge true 217 217 } … … 288 288 VspBspTree { 289 289 Construction { 290 samples 1000000290 samples 800000 291 291 epsilon 0.005 292 292 randomize false … … 304 304 305 305 # maximal candidates for split planes 306 maxPolyCandidates 2 00306 maxPolyCandidates 250 307 307 308 308 309 309 # maximal tested rays for split cost heuristics 310 maxTests 10000310 maxTests 20000 311 311 312 312 maxTotalMemory 50 … … 322 322 Termination { 323 323 # parameters used for autopartition 324 minRays 500324 minRays 20 325 325 minPolygons -1 326 maxDepth 25326 maxDepth 40 327 327 minPvs -1 328 minProbability 0.000000 1329 maxRayContribution 0. 3330 maxCostRatio 0. 9328 minProbability 0.00000001 329 maxRayContribution 0.15 330 maxCostRatio 0.8 331 331 missTolerance 3 332 332 333 maxViewCells 30000333 maxViewCells 100000 334 334 335 335 # used for pvs criterium … … 337 337 338 338 AxisAligned { 339 minRays 20000339 minRays 50000 340 340 maxRayContribution 9.9 341 341 }
Note: See TracChangeset
for help on using the changeset viewer.