Ignore:
Timestamp:
10/28/05 14:46:59 (19 years ago)
Author:
bittner
Message:

sampling node selection changes

File:
1 edited

Legend:

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

    r349 r354  
    4949 
    5050        int 
    51         CastRay(Intersectable *object, Ray &ray); 
     51        CastRay(Intersectable *object, Ray &ray, const bool reverseSample); 
     52 
     53        KdNode * 
     54        GetNodeToSample(Intersectable *object); 
     55        void 
     56        VerifyVisibility(Intersectable *object); 
    5257 
    5358        int 
Note: See TracChangeset for help on using the changeset viewer.