Ignore:
Timestamp:
01/18/06 23:35:50 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r550 r551  
    3030        samplesPerPass  100000 
    3131        initialSamples 300000 
    32         vssSamples 700000 
     32        vssSamples 1500000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
     
    180180         
    181181        height 5.0 
    182         maxViewCells 100000 
     182        maxViewCells 3000 
    183183        #percentage of total visible objects where pvs is considered invalid 
    184         maxPvsRatio 0.9 
     184        maxPvsRatio 1.0 
    185185                 
    186186        delayedConstruction true 
     
    189189        PostProcess { 
    190190                # how much samples are used for post processing 
    191                 samples 200000 
     191                samples 300000 
    192192        } 
    193193 
     
    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 500000 
     261                samples 1200000 
    262262                epsilon 0.005 
    263263                randomize false 
     
    292292        Termination { 
    293293                # parameters used for autopartition 
    294                 minRays                 400 
     294                minRays                 100 
    295295                minPolygons             -1 
    296296                maxDepth                30 
     
    298298                #minProbability         0.0001 
    299299                minProbability          -1 
    300                 maxRayContribution      0.2 
    301                 maxCostRatio            0.9 
     300                maxRayContribution      0.6 
     301                maxCostRatio            0.99 
    302302                missTolerance           3 
    303303                #maxAccRayLength        100 
    304304                 
    305                 maxViewCells            2501 
     305                maxViewCells            3501 
    306306                 
    307307                # used for pvs criterium 
     
    322322         
    323323        PostProcess { 
    324                 maxCostRatio 0.000001 
    325                 minViewCells 80 
    326                 useRaysForMerge true 
     324                maxCostRatio 0.1 
     325                minViewCells 200 
     326                useRaysForMerge false 
    327327        } 
    328328} 
Note: See TracChangeset for help on using the changeset viewer.