Ignore:
Timestamp:
01/13/06 17:39:43 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r533 r535  
    2929VssPreprocessor { 
    3030        samplesPerPass  100000 
    31         initialSamples 200000 
    32         vssSamples 300000 
     31        initialSamples 300000 
     32        vssSamples 800000 
    3333        vssSamplesPerPass 100000 
    3434        useImportanceSampling true 
     
    4949        useRss    false 
    5050        epsilon         1e-6 
    51  
     51         
    5252        maxDepth        40 
    5353        minPvs          30 
    54         minRays         1000 
     54        minRays         100 
    5555        minSize         0.001 
    56         maxCostRatio    0.9 
    57         maxRayContribution 0.05 
    58          
     56        maxCostRatio    1.5 
     57        maxRayContribution 0.5 
     58                 
    5959        maxTotalMemory  200 
    60         maxStaticMemory 20 
    61  
     60        maxStaticMemory 100 
     61         
    6262        splitType regular 
    63 #       splitType heuristic 
    64 #       splitType hybrid 
     63        #       splitType heuristic 
     64        #       splitType hybrid 
    6565        splitUseOnlyDrivingAxis true 
    66  
    67         interleaveDirSplits     false 
    68     dirSplitDepth 40 
    69  
     66         
     67        interleaveDirSplits     true 
     68    dirSplitDepth 0 
     69         
    7070        numberOfEndPointDomains 10000 
    7171        ct_div_ci       0.0 
    7272        randomize       false 
    73  
     73         
    7474        refDirBoxMaxSize        0.1 
    7575} 
     
    171171ViewCells { 
    172172        loadFromFile false 
    173         exportToFile true 
     173        exportToFile false 
    174174        #type kdTree 
    175175        #type vspKdTree 
     
    189189        PostProcess { 
    190190                # how much samples are used for post processing 
    191                 samples 200000 
     191                samples 20000 
    192192        } 
    193193 
Note: See TracChangeset for help on using the changeset viewer.