Ignore:
Timestamp:
07/15/05 18:21:11 (19 years ago)
Author:
bittner
Message:

cosine sampling bug fixed

File:
1 edited

Legend:

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

    r162 r176  
    99class SamplingPreprocessor : public Preprocessor { 
    1010public: 
     11  int mSamplesPerPass; 
     12  int mTotalSamples; 
     13  int mKdPvsDepth; 
     14   
     15  SamplingPreprocessor(); 
     16 
    1117  virtual bool ComputeVisibility(); 
     18 
     19  void 
     20  SetupRay(Ray &ray, const Vector3 &point, const Vector3 &direction); 
     21 
     22  KdNode * 
     23  GetNodeForPvs(KdLeaf *leaf); 
     24 
     25  int 
     26  AddNodeSamples(Intersectable *object, const Ray &ray); 
     27 
    1228}; 
    1329 
Note: See TracChangeset for help on using the changeset viewer.