Ignore:
Timestamp:
01/17/06 23:28:10 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/scripts/default.env

    r546 r547  
    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 
     
    3030        samplesPerPass  100000 
    3131        initialSamples 300000 
    32         vssSamples 1200000 
     32        vssSamples 700000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
    3535        loadInitialSamples  false 
    3636        storeInitialSamples false 
    37         useViewSpaceBox false 
     37        useViewSpaceBox true 
    3838        testBeamSampling true 
    3939} 
     
    182182        maxViewCells 100000 
    183183        #percentage of total visible objects where pvs is considered invalid 
    184         maxPvsRatio 0.5 
     184        maxPvsRatio 0.9 
    185185                 
    186186        delayedConstruction true 
     
    195195                # how much samples we use for visualization 
    196196                samples 5000 
    197                 #colorCode PVS 
     197                colorCode PVS 
    198198                #colorCode MergedLeaves 
    199199                #colorCode MergedTreeDiff 
    200                 colorCode Random 
     200                #colorCode Random 
    201201                exportRays false 
    202202                exportGeometry true 
     
    259259VspBspTree { 
    260260        Construction { 
    261                 samples 800000 
     261                samples 500000 
    262262                epsilon 0.005 
    263263                randomize false 
     
    271271        # pvs                  = 1024 
    272272         
    273         splitPlaneStrategy 1026 
     273        splitPlaneStrategy 1024 
    274274         
    275275        # maximal candidates for split planes 
     
    296296                maxDepth                30 
    297297                minPvs                  10 
    298                 #minArea                0.0001 
    299                 minArea                 -1 
    300                 maxRayContribution      0.3 
     298                #minProbability         0.0001 
     299                minProbability          -1 
     300                maxRayContribution      0.2 
    301301                maxCostRatio            0.9 
    302302                missTolerance           3 
    303303                #maxAccRayLength        100 
    304304                 
    305                 maxViewCells            5001 
     305                maxViewCells            2501 
    306306                 
    307307                # used for pvs criterium 
     
    323323        PostProcess { 
    324324                maxCostRatio 0.001 
    325                 minViewCells 2000 
     325                minViewCells 120 
    326326                useRaysForMerge true 
    327327        } 
Note: See TracChangeset for help on using the changeset viewer.