Ignore:
Timestamp:
03/24/06 08:01:08 (18 years ago)
Author:
bittner
Message:

fixed double counting of sample contributions - important for proper importance sampling with directional focus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/RssPreprocessor.cpp

    r713 r718  
    603603          float ratios[] = {0.8f,0.1f,0.1f}; 
    604604 
    605            
    606            
    607605          GenerateRays(mRssSamplesPerPass*ratios[0], RSS_BASED_DISTRIBUTION, rays); 
    608606          CastRays(rays, tmpVssRays); 
Note: See TracChangeset for help on using the changeset viewer.