Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1193 r1233  
    1111struct VssRayContainer; 
    1212class KdLeaf; 
     13class BvhLeaf; 
     14 
    1315 
    1416class Intersectable { 
     
    3234  ViewCellPvs mViewCellPvs; 
    3335 
    34   /// kd leaves that this intersectable belongs to 
    35   //set<KdLeaf *> mKdLeaves; 
     36  /// pointer to the container bvh leaf 
     37  BvhLeaf *mBvhLeaf; 
     38 
    3639  VssRayContainer mVssRays; 
    3740 
    38   /// # of object references 
     41  /// # of references to this instance 
    3942  int mReferences; 
    4043 
     
    4447                 VIEW_CELL,  
    4548                 OGRE_MESH_INSTANCE, 
    46                  KD_INTERSECTABLE 
     49                 KD_INTERSECTABLE, 
     50                 BVH_INTERSECTABLE 
    4751                }; 
    4852   
Note: See TracChangeset for help on using the changeset viewer.