Ignore:
Timestamp:
07/13/06 09:06:21 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.h

    r1121 r1133  
    191191        bool AddPvsSample(Intersectable *sample, const float pdf, float &contribution); 
    192192   
    193  
     193        bool AddKdPvsSample(KdLeaf *sample, const float pdf, float &contribution); 
    194194 
    195195        /// Rays piercing this view cell. 
     
    267267        /// the potentially visible objects 
    268268        ObjectPvs mPvs; 
     269        /// the potentially visible kd leaves 
     270        KdPvs mKdPvs; 
    269271 
    270272        float mVolume; 
     
    685687        */ 
    686688        ViewCell *GetInitialLeftViewCell() const; 
     689        /** Returns leaf view cell initially associated with this merge candidate. 
     690        */ 
    687691        ViewCell *GetInitialRightViewCell() const; 
    688692 
Note: See TracChangeset for help on using the changeset viewer.