Ignore:
Timestamp:
12/14/05 19:17:40 (19 years ago)
Author:
mattausch
Message:

worked on vspkd leaves merge, implemented post merge collapse

File:
1 edited

Legend:

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

    r462 r465  
    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 
     
    2626VssPreprocessor { 
    2727        samplesPerPass  100000 
    28         initialSamples 1000000 
    29         vssSamples 3000000 
     28        initialSamples 500000 
     29        vssSamples 200000 
    3030        vssSamplesPerPass 100000 
    3131        useImportanceSampling true 
     
    3838 
    3939        maxDepth        40 
    40         minPvs          3 
    41         minRays         100 
     40        minPvs          30 
     41        minRays         1000 
    4242        minSize         0.001 
    43         maxCostRatio    2.0 
     43        maxCostRatio    0.9 
    4444        maxRayContribution 0.05 
    4545         
    4646        maxTotalMemory  200 
    47         maxStaticMemory 100 
     47        maxStaticMemory 20 
    4848 
    4949        splitType regular 
     
    284284        Termination { 
    285285                maxDepth                40 
    286                 minPvs                  90 
    287                 minRays                 10 
     286                minPvs                  5 
     287                minRays                 500 
    288288                minSize                 0.1 
    289289                maxCostRatio            999.0 
     
    299299         
    300300        # maximal cost for merging a view cell 
    301         maxCostRatio 1.4 
     301        PostProcess { 
     302                maxCostRatio 5000000 
     303                minViewCells 100 
     304                maxPvsSize   50000 
     305        } 
    302306} 
    303307 
Note: See TracChangeset for help on using the changeset viewer.