Ignore:
Timestamp:
11/29/05 00:01:43 (19 years ago)
Author:
mattausch
Message:

added vview cell manager functionality

File:
1 edited

Legend:

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

    r429 r439  
    6565                @param sampleContributions contribution of the samples 
    6666        */ 
    67         void ProcessBspViewCells(const Ray &ray, 
     67        /*void ProcessBspViewCells(const Ray &ray, 
    6868                                                         Intersectable *object, 
    6969                                                         const int faceIndex, 
     
    7676                                                         int &contributingSamples, 
    7777                                                         int &sampleContributions); 
     78*/ 
     79        void ProcessViewCells(const Ray &ray, 
     80                                                  Intersectable *object, 
     81                                                  const int faceIndex, 
     82                                                  int &contributingSamples, 
     83                                                  int &sampleContributions); 
    7884 
    79         /** Adds objects samples to bsp view cells. 
     85        /** Adds objects samples to kd and bsp view cells. 
    8086        */ 
    8187        int AddObjectSamples(Intersectable *obj, const Ray &ray); 
    82  
    83         bool BuildBspTree(); 
    8488 
    8589        /** Post processes view cells (i.e., merges or subdivides view cells based 
Note: See TracChangeset for help on using the changeset viewer.