Ignore:
Timestamp:
01/11/06 18:13:07 (18 years ago)
Author:
mattausch
Message:
 
Location:
trunk/VUT/GtpVisibilityPreprocessor/scripts
Files:
2 added
1 edited

Legend:

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

    r513 r517  
    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 
    1717        filename ../data/soda/soda5.dat 
     
    2828 
    2929VssPreprocessor { 
    30         samplesPerPass  500000 
    31         initialSamples 200000 
    32         vssSamples 200000 
     30        samplesPerPass  100000 
     31        initialSamples 300000 
     32        vssSamples 500000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
     
    169169 
    170170ViewCells { 
    171         loadFromFile false 
    172         exportToFile true 
     171        loadFromFile true 
     172        exportToFile false 
    173173        #type kdTree 
    174174        #type vspKdTree 
     
    179179         
    180180        height 5.0 
    181         maxViewCells 500 
     181        maxViewCells 100 
    182182        #percentage of total visible objects where pvs is considered invalid 
    183         maxPvsRatio 0.1 
     183        maxPvsRatio 1 
     184                 
     185        delayedConstruction true 
     186                 
    184187                 
    185188        PostProcess { 
     
    203206#       filename ../data/vienna/viewcells-25.x3d 
    204207#       filename ../data/vienna/viewcells-large-sel.x3d 
    205         filename ../scripts/viewcells.xml 
     208        filename ../scripts/viewcells_soda.xml 
    206209} 
    207210 
     
    266269        # pvs                  = 1024 
    267270         
    268         splitPlaneStrategy 1026 
     271        splitPlaneStrategy 1024 
    269272         
    270273        # maximal candidates for split planes 
    271274        maxPolyCandidates 100 
    272         maxRayCandidates 100 
     275        #maxRayCandidates 100 
    273276         
    274277        # maximal tested rays for split cost heuristics 
     
    284287        Termination { 
    285288                # parameters used for autopartition 
    286                 minRays                 500 
     289                minRays                 900 
    287290                minPolygons             -1 
    288291                maxDepth                30 
    289                 minPvs                  20 
     292                minPvs                  10 
    290293                minArea                 0.0001 
    291294                #minArea                0.000 
    292                 maxRayContribution      0.5 
    293                 maxCostRatio            0.95 
    294                 missTolerance           5 
     295                maxRayContribution      0.4 
     296                maxCostRatio            0.93 
     297                missTolerance           3 
    295298                #maxAccRayLength        100 
    296299                 
     
    301304                 
    302305                AxisAligned { 
    303                         minRays                 2000 
     306                        minRays                 200000 
    304307                        maxRayContribution      0.5 
    305308                } 
     
    315318        PostProcess { 
    316319                maxCostRatio 0.1 
    317                 minViewCells 200 
     320                minViewCells 100 
    318321                maxPvsSize   1000 
    319322                useRaysForMerge true 
Note: See TracChangeset for help on using the changeset viewer.