Ignore:
Timestamp:
11/02/05 02:50:57 (19 years ago)
Author:
mattausch
Message:

started pvs surface area heuristics

File:
1 edited

Legend:

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

    r362 r367  
    2525  RayContainer mSampleRays; 
    2626  int mBspConstructionSamples; 
    27  
     27  int mPostProcessSamples; 
    2828         
    2929  SamplingPreprocessor(); 
     
    6565 
    6666        /** Processes the BSP based view cells during a pass. 
    67                 @param collectSamplesForBps if still in sample collection phase 
     67                 
    6868                @param ray the current ray 
    6969                @param object the currently processed object 
     
    7575 
    7676        */ 
    77         bool ProcessBspViewCells(bool collectSamplesForBsp, 
    78                                                          Ray &ray, 
     77        bool ProcessBspViewCells(Ray &ray, 
    7978                                                         Intersectable *object, 
    8079                                                         int faceIndex, 
Note: See TracChangeset for help on using the changeset viewer.