Ignore:
Timestamp:
12/13/06 23:12:27 (18 years ago)
Author:
bittner
Message:

combined preprocessor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/default.env

    r1884 r1891  
    4848#       type sampling 
    4949#       type vss 
    50         type rss 
     50#       type rss 
     51        type combined 
    5152#       type render 
    5253        detectEmptyViewSpace true 
     
    8889} 
    8990 
     91 
    9092RssPreprocessor { 
    9193 
    9294#       distributions rss+spatial+object_direction 
    93         distributions object_direction+spatial 
     95        distributions rss+object_direction+spatial+object+direction 
    9496#       distributions object_direction 
    9597 
    96         samplesPerPass 1000 
     98        samplesPerPass 200000 
    9799        initialSamples 2000000 
    98100        vssSamples 50000000 
    99         vssSamplesPerPass 2000000 
     101        vssSamplesPerPass 500000 
    100102        useImportanceSampling true 
    101103 
     
    133135        maxCostRatio 1.0 
    134136        maxRayContribution 1.0 
    135         maxRays         1000000 
     137        maxRays         10000000 
    136138        maxTotalMemory  400 
    137139        maxStaticMemory 200 
Note: See TracChangeset for help on using the changeset viewer.