Ignore:
Timestamp:
08/28/06 21:13:40 (18 years ago)
Author:
bittner
Message:

intel ray caster updates

File:
1 edited

Legend:

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

    r1283 r1292  
    5656} 
    5757 
     58ObjParser { 
     59        meshGrouping 500 
     60} 
    5861 
    5962RenderSampler { 
     
    104107 
    105108SamplingPreprocessor { 
    106         totalSamples 30000000 
     109        totalSamples 10000000 
    107110        samplesPerPass 1000000 
    108111} 
     
    112115        initialSamples 1000000 
    113116        vssSamples 10000000 
    114         vssSamplesPerPass 500000 
     117        vssSamplesPerPass 1000000 
    115118        useImportanceSampling true 
    116119 
     
    192195} 
    193196 
     197 
    194198MeshKdTree { 
    195199        Termination { 
    196                 minCost 32 
     200                minCost 150 
    197201                maxDepth 18 
    198202                maxCostRatio 0.9 
     
    221225 
    222226        #number of active view cells 
    223         active 5000 
     227        active 1000 
    224228        maxStaticMemory 200 
    225229 
     
    234238         
    235239        height 5.0 
    236         maxViewCells 5000 
     240        maxViewCells 1000 
    237241 
    238242        #percentage of total visible objects where pvs is considered invalid 
Note: See TracChangeset for help on using the changeset viewer.