Ignore:
Timestamp:
01/21/06 18:32:30 (18 years ago)
Author:
bittner
Message:

rss sampling changes, preprocessor::GenerateRays?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Ray.h

    r556 r563  
    325325          (*it).mPdf*=c; 
    326326  } 
    327    
     327 
     328  void AddRay(const SimpleRay &ray) { 
     329        push_back(ray); 
     330        mSumPdf += ray.mPdf; 
     331  } 
    328332}; 
    329333 
Note: See TracChangeset for help on using the changeset viewer.