Ignore:
Timestamp:
02/28/06 20:41:21 (18 years ago)
Author:
mattausch
Message:

debug version for testing subdivision quality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/scripts/default.env

    r664 r666  
    1313#;../data/vienna/vienna-plane.x3d 
    1414#       filename ../data/vienna/viewcells-25-sel.x3d 
    15         filename ../data/atlanta/atlanta2.x3d 
     15#       filename ../data/atlanta/atlanta2.x3d 
    1616#       filename ../data/soda/soda.dat 
    17 #       filename ../data/soda/soda5.dat 
     17        filename ../data/soda/soda5.dat 
    1818} 
    1919 
     
    177177        # samples used for view cell construction 
    178178        Construction { 
    179                 samples 0 
    180                 samplesPerPass 50000 
     179                samples 1000000 
     180                samplesPerPass 200000 
    181181        } 
    182182 
     
    192192        #type bspTree 
    193193        type vspBspTree 
    194          
    195194        #type sceneDependent 
    196195         
     
    204203        processOnlyValidViewCells false 
    205204 
    206         stats viewCellStats.log 
     205        #stats viewCellStats.log 
    207206 
    208207        samplingType directional 
     208        #samplingType box 
    209209 
    210210        PostProcess { 
     
    219219                refine false 
    220220                compress false 
    221                 merge true 
    222                 statsPrefix ../scripts/viewCells 
     221                merge false 
    223222        } 
    224223 
     
    231230                colorCode Random 
    232231                exportRays false 
    233                 exportGeometry true 
     232                exportGeometry false 
    234233                exportMergedViewCells false 
    235234                useClipPlane true 
     
    237236        } 
    238237 
    239         evaluateViewCells true 
     238        showVisualization false  
     239        evaluateViewCells false 
    240240         
    241241        Evaluation { 
    242                 samplesPerPass 200000 
    243                 samples 2000000 
     242                samplesPerPass 800000 
     243                samples 1000000 
     244                statsPrefix ../scripts/viewCells 
    244245        } 
    245246 
     
    301302VspBspTree { 
    302303        Construction { 
    303                 samples 300000 
     304                samples 800000 
    304305                epsilon 0.0005 
    305306                randomize false 
     
    317318         
    318319        # maximal candidates for split planes 
    319         maxPolyCandidates 100 
     320        maxPolyCandidates 150 
    320321 
    321322        usePolygonSplitIfAvailable false 
     323 
    322324        # maximal tested rays for split cost heuristics 
    323325        maxTests 10000 
     
    325327        maxTotalMemory  50 
    326328        maxStaticMemory 50 
    327          
    328         simulateOctree false 
    329          
    330         subdivisionStats ../subDivisionStats.log 
     329 
     330        subdivisionStats ../subdivisionStats.log 
    331331 
    332332        # factors for evaluating split plane costs 
     
    350350                minGlobalCostRatio      0.0000001 
    351351#               minGlobalCostRatio      0.0001 
    352                 maxViewCells            40000 
     352                maxViewCells            20000 
    353353         
    354354 
     
    362362        } 
    363363         
    364         useSplitCostQueue       false 
    365  
     364        useSplitCostQueue true 
    366365        useCostHeuristics true 
     366 
    367367        splitUseOnlyDrivingAxis false 
     368        simulateOctree false 
     369        useRandomAxis false 
    368370        usePolygonSplitIfAvailable false 
     371        useBreathFirstSplits false 
    369372 
    370373        Visualization { 
     
    376379BspTree { 
    377380        Construction { 
    378                 samples 50000 
     381                samples 300000 
    379382                epsilon 0.005 
    380383        } 
     
    439442                # parameters used for autopartition 
    440443                minRays -1 
    441                 minPolygons 1 
     444                minPolygons 0 
    442445                maxDepth 30 
    443446                minPvs -1 
    444447                minProbability 0.00001 
    445448                maxRayContribution 9999 
    446                 maxViewCells    10000 
     449                maxViewCells 20000 
    447450 
    448451                # used for pvs criterium 
Note: See TracChangeset for help on using the changeset viewer.