Ignore:
Timestamp:
01/19/06 14:49:56 (18 years ago)
Author:
mattausch
Message:

fixed bug in finalizeviewcells when loading view cells

File:
1 edited

Legend:

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

    r552 r555  
    3030        samplesPerPass  100000 
    3131        initialSamples 300000 
    32         vssSamples 1800000 
    33         vssSamplesPerPass 100000 
     32        vssSamples 1500000 
     33        vssSamplesPerPass 500000 
    3434        useImportanceSampling true 
    3535        loadInitialSamples  false 
     
    5252        maxDepth        40 
    5353        minPvs          30 
    54         minRays         800 
     54        minRays         400 
    5555        minSize         0.001 
    5656        maxCostRatio    1.5 
     
    170170 
    171171ViewCells { 
    172         loadFromFile false 
    173         exportToFile true 
     172        loadFromFile true 
     173        exportToFile false 
    174174        #type kdTree 
    175175        #type vspKdTree 
     
    259259VspBspTree { 
    260260        Construction { 
    261                 samples 1200000 
     261                samples 900000 
    262262                epsilon 0.005 
    263263                randomize false 
Note: See TracChangeset for help on using the changeset viewer.