Ignore:
Timestamp:
01/19/06 23:36:01 (18 years ago)
Author:
mattausch
Message:

started implementing merge visualization !not working!!

File:
1 edited

Legend:

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

    r555 r557  
    2929VssPreprocessor { 
    3030        samplesPerPass  100000 
    31         initialSamples 300000 
    32         vssSamples 1500000 
     31        initialSamples 1000000 
     32        vssSamples 0 
    3333        vssSamplesPerPass 500000 
    3434        useImportanceSampling true 
     
    5252        maxDepth        40 
    5353        minPvs          30 
    54         minRays         400 
     54        minRays         800 
    5555        minSize         0.001 
    5656        maxCostRatio    1.5 
     
    170170 
    171171ViewCells { 
    172         loadFromFile true 
    173         exportToFile false 
     172        loadFromFile false 
     173        exportToFile true 
    174174        #type kdTree 
    175175        #type vspKdTree 
     
    182182        maxViewCells 3000 
    183183        #percentage of total visible objects where pvs is considered invalid 
    184         maxPvsRatio 1.0 
    185                  
    186         delayedConstruction true 
     184        maxPvsRatio 0.9 
     185                 
     186        delayedConstruction false 
    187187                 
    188188                 
     
    259259VspBspTree { 
    260260        Construction { 
    261                 samples 900000 
     261                samples 500000 
    262262                epsilon 0.005 
    263263                randomize false 
     
    292292        Termination { 
    293293                # parameters used for autopartition 
    294                 minRays                 100 
     294                minRays                 300 
    295295                minPolygons             -1 
    296296                maxDepth                30 
     
    298298                #minProbability         0.0001 
    299299                minProbability          -1 
    300                 maxRayContribution      0.6 
    301                 maxCostRatio            0.99 
     300                maxRayContribution      0.1 
     301                maxCostRatio            0.9 
    302302                missTolerance           3 
    303303                #maxAccRayLength        100 
    304304                 
    305                 maxViewCells            3501 
     305                maxViewCells            1000 
    306306                 
    307307                # used for pvs criterium 
     
    323323        PostProcess { 
    324324                maxCostRatio 0.1 
    325                 minViewCells 200 
    326                 useRaysForMerge false 
     325                minViewCells 100 
     326                useRaysForMerge true 
    327327        } 
    328328} 
Note: See TracChangeset for help on using the changeset viewer.