Ignore:
Timestamp:
01/03/06 18:37:32 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r490 r491  
    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 
     
    2828VssPreprocessor { 
    2929        samplesPerPass  100000 
    30         initialSamples 5000000 
     30        initialSamples 1000000 
    3131        vssSamples 200000 
    3232        vssSamplesPerPass 100000 
    3333        useImportanceSampling true 
    34         loadInitialSamples  false 
    35         storeInitialSamples true 
     34        loadInitialSamples  true 
     35        storeInitialSamples false 
    3636} 
    3737 
     
    152152        loadFromFile false 
    153153        #type kdTree 
    154         #type vspKdTree 
     154        type vspKdTree 
    155155        #type bspTree 
    156156        type vspBspTree 
     
    159159         
    160160        height 5.0 
    161         maxViewCells 100 
    162         maxPvs 90 
     161        maxViewCells 500 
     162        maxPvs 200 
    163163         
    164164         
     
    178178                #colorCode MergedTreeDiff 
    179179                colorCode Random 
    180                 exportRays true 
     180                exportRays false 
    181181                exportGeometry true 
    182182        } 
     
    208208                minPvs                  50 
    209209                minRays                 300 
    210                 minSize                 0.1 
     210                minSize                 0.001 
    211211                maxCostRatio            0.9 
    212212                missTolerance           4 
     
    266266        Termination { 
    267267                # parameters used for autopartition 
    268                 minRays                 1 
     268                minRays                 20 
    269269                minPolygons             -1 
    270270                maxDepth                30 
    271271                minPvs                  20 
    272                 minArea                 0.0001 
     272                #minArea                0.0001 
     273                #minArea                0.000 
    273274                maxRayContribution      0.005 
    274275                maxCostRatio            0.9 
    275                 missTolerance           2 
     276                missTolerance           4 
    276277                #maxAccRayLength        100 
    277278                 
    278                 maxViewCells            1000 
     279                maxViewCells            5000 
    279280                 
    280281                # used for pvs criterium 
     
    291292        PostProcess { 
    292293                maxCostRatio 0.1 
    293                 minViewCells 200 
    294                 maxPvsSize   500 
    295                 useRaysForMerge false 
     294                minViewCells 500 
     295                maxPvsSize   1000 
     296                useRaysForMerge true 
    296297        } 
    297298} 
Note: See TracChangeset for help on using the changeset viewer.