Ignore:
Timestamp:
01/15/06 04:23:51 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r538 r540  
    2929VssPreprocessor { 
    3030        samplesPerPass  100000 
    31         initialSamples 300000 
    32         vssSamples 300000 
     31        initialSamples 200000 
     32        vssSamples 200000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
     
    5252        maxDepth        40 
    5353        minPvs          30 
    54         minRays         100 
     54        minRays         500 
    5555        minSize         0.001 
    5656        maxCostRatio    1.5 
     
    6666         
    6767        interleaveDirSplits     true 
    68     dirSplitDepth 0 
     68    dirSplitDepth 10 
    6969         
    7070        numberOfEndPointDomains 10000 
     
    171171ViewCells { 
    172172        loadFromFile false 
    173         exportToFile false 
     173        exportToFile true 
    174174        #type kdTree 
    175175        #type vspKdTree 
     
    182182        maxViewCells 100000 
    183183        #percentage of total visible objects where pvs is considered invalid 
    184         maxPvsRatio 0.1 
     184        maxPvsRatio 0.5 
    185185                 
    186186        delayedConstruction false 
     
    207207#       filename ../data/vienna/viewcells-25.x3d 
    208208#       filename ../data/vienna/viewcells-large-sel.x3d 
    209         filename ../scripts/viewcells_vienna.xml 
     209#       filename ../scripts/viewcells_vienna.xml 
     210        filename ../scripts/viewcells_atlanta.xml 
    210211} 
    211212 
     
    270271        # pvs                  = 1024 
    271272         
    272         splitPlaneStrategy 1024 
     273        splitPlaneStrategy 1026 
    273274         
    274275        # maximal candidates for split planes 
     
    288289        Termination { 
    289290                # parameters used for autopartition 
    290                 minRays                 400 
     291                minRays                 1000 
    291292                minPolygons             -1 
    292293                maxDepth                30 
     
    299300                #maxAccRayLength        100 
    300301                 
    301                 maxViewCells            200000 
     302                maxViewCells            200 
    302303                 
    303304                # used for pvs criterium 
     
    305306                 
    306307                AxisAligned { 
    307                         minRays                 200000 
     308                        minRays                 5000 
    308309                        maxRayContribution      0.5 
    309310                } 
     
    314315        Visualization { 
    315316                # x3d visualization of the split planes 
    316                 exportSplits true 
     317                exportSplits false 
    317318        } 
    318319         
    319320        PostProcess { 
    320321                maxCostRatio 0.1 
    321                 minViewCells 6000 
     322                minViewCells 1000 
    322323                maxPvsSize   10000 
    323324                useRaysForMerge true 
Note: See TracChangeset for help on using the changeset viewer.