Ignore:
Timestamp:
11/25/05 07:59:50 (19 years ago)
Author:
mattausch
Message:

started fixing ray bug

File:
1 edited

Legend:

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

    r430 r431  
    2525VssPreprocessor { 
    2626        samplesPerPass  100000 
    27         initialSamples 200000 
    28         vssSamples 300000 
     27        initialSamples 2000000 
     28        vssSamples 1000000 
    2929        vssSamplesPerPass 100000 
    3030        useImportanceSampling true 
     
    234234        maxRayContribution 0.05 
    235235         
    236         maxTotalMemory  400 
     236        maxTotalMemory  200 
    237237        maxStaticMemory 20 
    238238 
     
    263263        } 
    264264         
    265         maxTotalMemory  600 
    266         maxStaticMemory 600 
     265        maxTotalMemory  400 
     266        maxStaticMemory 200 
    267267 
    268268        splitType       regular 
Note: See TracChangeset for help on using the changeset viewer.