Ignore:
Timestamp:
02/01/06 19:29:59 (18 years ago)
Author:
mattausch
Message:

implemented variance
started implementing merge history

File:
1 edited

Legend:

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

    r579 r580  
    176176        # samples used for view cell construction 
    177177        Construction { 
    178                 samples 1500000 
    179                 samplesPerPass 100000 
     178                samples 1200000 
     179                samplesPerPass 300000 
    180180        } 
    181181 
     
    195195        maxPvsRatio 1.0 
    196196                 
    197         delayedConstruction false 
    198197        pruneEmptyViewCells false 
    199198        processOnlyValidViewCells false 
     
    202201                # how much samples are used for post processing 
    203202                samples 300000 
     203                renderCostWeight 0.5 
     204                maxCostRatio 0.1 
     205                minViewCells 110 
     206                avgCostMaxDeviation 0.8 
     207                maxMergesPerPass 500  
     208                useRaysForMerge false 
    204209        } 
    205210 
     
    213218                exportRays false 
    214219                exportGeometry true 
     220                exportMergedViewCells false 
    215221        } 
    216222         
     
    274280                epsilon 0.005 
    275281                randomize false 
     282                renderCostWeight 0.5 
    276283        } 
    277284 
     
    331338                # x3d visualization of the split planes 
    332339                exportSplits true 
    333                 exportMergedViewCells false 
    334         } 
    335          
    336         PostProcess { 
    337                 maxCostRatio 0.1 
    338                 minViewCells 110 
    339                 useRaysForMerge false 
    340                 exportMergeStats false 
    341340        } 
    342341} 
Note: See TracChangeset for help on using the changeset viewer.