Changeset 666 for GTP/trunk/Lib/Vis/Preprocessing/scripts
- Timestamp:
- 02/28/06 20:41:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env
r664 r666 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 … … 177 177 # samples used for view cell construction 178 178 Construction { 179 samples 0180 samplesPerPass 50000179 samples 1000000 180 samplesPerPass 200000 181 181 } 182 182 … … 192 192 #type bspTree 193 193 type vspBspTree 194 195 194 #type sceneDependent 196 195 … … 204 203 processOnlyValidViewCells false 205 204 206 stats viewCellStats.log205 #stats viewCellStats.log 207 206 208 207 samplingType directional 208 #samplingType box 209 209 210 210 PostProcess { … … 219 219 refine false 220 220 compress false 221 merge true 222 statsPrefix ../scripts/viewCells 221 merge false 223 222 } 224 223 … … 231 230 colorCode Random 232 231 exportRays false 233 exportGeometry true232 exportGeometry false 234 233 exportMergedViewCells false 235 234 useClipPlane true … … 237 236 } 238 237 239 evaluateViewCells true 238 showVisualization false 239 evaluateViewCells false 240 240 241 241 Evaluation { 242 samplesPerPass 200000 243 samples 2000000 242 samplesPerPass 800000 243 samples 1000000 244 statsPrefix ../scripts/viewCells 244 245 } 245 246 … … 301 302 VspBspTree { 302 303 Construction { 303 samples 300000304 samples 800000 304 305 epsilon 0.0005 305 306 randomize false … … 317 318 318 319 # maximal candidates for split planes 319 maxPolyCandidates 1 00320 maxPolyCandidates 150 320 321 321 322 usePolygonSplitIfAvailable false 323 322 324 # maximal tested rays for split cost heuristics 323 325 maxTests 10000 … … 325 327 maxTotalMemory 50 326 328 maxStaticMemory 50 327 328 simulateOctree false 329 330 subdivisionStats ../subDivisionStats.log 329 330 subdivisionStats ../subdivisionStats.log 331 331 332 332 # factors for evaluating split plane costs … … 350 350 minGlobalCostRatio 0.0000001 351 351 # minGlobalCostRatio 0.0001 352 maxViewCells 40000352 maxViewCells 20000 353 353 354 354 … … 362 362 } 363 363 364 useSplitCostQueue false 365 364 useSplitCostQueue true 366 365 useCostHeuristics true 366 367 367 splitUseOnlyDrivingAxis false 368 simulateOctree false 369 useRandomAxis false 368 370 usePolygonSplitIfAvailable false 371 useBreathFirstSplits false 369 372 370 373 Visualization { … … 376 379 BspTree { 377 380 Construction { 378 samples 50000381 samples 300000 379 382 epsilon 0.005 380 383 } … … 439 442 # parameters used for autopartition 440 443 minRays -1 441 minPolygons 1444 minPolygons 0 442 445 maxDepth 30 443 446 minPvs -1 444 447 minProbability 0.00001 445 448 maxRayContribution 9999 446 maxViewCells 10000449 maxViewCells 20000 447 450 448 451 # used for pvs criterium
Note: See TracChangeset
for help on using the changeset viewer.