Ignore:
Timestamp:
02/02/06 19:16:39 (18 years ago)
Author:
mattausch
Message:

fixed bug in mergueue to find root of merge and sort out doube view cells

File:
1 edited

Legend:

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

    r581 r582  
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 1200000 
     178                samples 800000 
    179179                samplesPerPass 300000 
    180180        } 
    181181 
    182         active 150 
     182        #number of active view cells 
     183        active 250 
     184        maxStaticMemory 40 
    183185 
    184186        exportToFile false 
     
    268270        PostProcess { 
    269271                maxCostRatio 0.005 
    270                 minViewCells 1000 
     272                minViewCells 1 
    271273                maxPvsSize   5000 
    272274        } 
     
    279281VspBspTree { 
    280282        Construction { 
    281                 samples 900000 
     283                samples 300000 
    282284                epsilon 0.005 
    283285                randomize false 
Note: See TracChangeset for help on using the changeset viewer.