Ignore:
Timestamp:
10/26/06 11:09:58 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1615 r1680  
    1212class KdLeaf; 
    1313class BvhLeaf; 
    14  
     14class BvhNode; 
    1515class Intersectable; 
    1616struct Face; 
     
    4545  int mCounter; 
    4646 
    47   /// pointer to the container bvh leaf 
     47  /// pointer to the containing bvh leaf 
    4848  BvhLeaf *mBvhLeaf; 
    49  
     49//BvhNode *mBvhLeaf; 
    5050  /// some rays piercing this intersectable 
    5151  VssRayContainer mVssRays; 
Note: See TracChangeset for help on using the changeset viewer.