Changeset 600 for trunk/VUT/GtpVisibilityPreprocessor/scripts
- Timestamp:
- 02/06/06 19:09:53 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env
r598 r600 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 } … … 176 176 # samples used for view cell construction 177 177 Construction { 178 samples 600000179 samplesPerPass 200000178 samples 2000000 179 samplesPerPass 500000 180 180 } 181 181 182 182 #number of active view cells 183 active 2 56183 active 2048 184 184 maxStaticMemory 40 185 185 186 exportToFile false186 exportToFile true 187 187 loadFromFile false 188 188 189 189 #type kdTree 190 type vspKdTree190 #type vspKdTree 191 191 #type bspTree 192 192 type vspBspTree … … 209 209 maxCostRatio 0.1 210 210 minViewCells 1 211 avgCostMaxDeviation 0. 8212 maxMergesPerPass 500 211 avgCostMaxDeviation 0.01 212 maxMergesPerPass 500 213 213 useRaysForMerge false 214 214 refine false 215 215 compress false 216 merge false216 merge true 217 217 } 218 218 … … 288 288 VspBspTree { 289 289 Construction { 290 samples 300000290 samples 1000000 291 291 epsilon 0.005 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 306 maxPolyCandidates 0306 maxPolyCandidates 200 307 307 308 308 … … 322 322 Termination { 323 323 # parameters used for autopartition 324 minRays -150324 minRays 500 325 325 minPolygons -1 326 maxDepth 30 327 minPvs -10 328 #minProbability 0.0001 329 minProbability -1 330 # maxRayContribution 0.3 331 maxRayContribution 2.3 332 # maxCostRatio 0.9 333 maxCostRatio 3.9 326 maxDepth 25 327 minPvs -1 328 minProbability 0.0000001 329 maxRayContribution 0.3 330 maxCostRatio 0.9 334 331 missTolerance 3 335 336 337 maxViewCells 512 332 333 maxViewCells 30000 338 334 339 335 # used for pvs criterium … … 341 337 342 338 AxisAligned { 343 minRays 1339 minRays 20000 344 340 maxRayContribution 9.9 345 341 } 346 342 } 347 343 348 splitUseOnlyDrivingAxis true344 splitUseOnlyDrivingAxis false 349 345 350 346 Visualization { 351 347 # x3d visualization of the split planes 352 exportSplits true348 exportSplits false 353 349 } 354 350 }
Note: See TracChangeset
for help on using the changeset viewer.