Ignore:
Timestamp:
08/28/05 15:13:06 (19 years ago)
Author:
bittner
Message:
 
File:
1 edited

Legend:

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

    r245 r256  
    1616class SamplingPreprocessor : public Preprocessor { 
    1717public: 
     18        int mPass; 
     19 
    1820  int mSamplesPerPass; 
    1921  int mTotalSamples; 
     
    3335 
    3436  int 
    35   AddNodeSamples(Intersectable *object, const Ray &ray, const int pass); 
     37  AddNodeSamples(Intersectable *object, const Ray &ray); 
    3638 
    3739  void 
    3840  HoleSamplingPass(); 
     41 
     42        int 
     43        CastRay(Intersectable *object, Ray &ray); 
     44 
     45        void 
     46        CastEdgeSamples( 
     47                                                                        Intersectable *object, 
     48                                                                        const Vector3 &point, 
     49                                                                        Mesh &mesh, 
     50                                                                        const int samples 
     51                                                                        ); 
    3952 
    4053}; 
Note: See TracChangeset for help on using the changeset viewer.