Ignore:
Timestamp:
10/04/06 20:43:07 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1344 r1570  
    3939  /// unique object Id 
    4040  int mId; 
    41    
    4241  /// universal counter 
    4342  int mCounter; 
    44          
    45   /// object based pvs 
    46   KdPvs mKdPvs; 
    47    
    48   /// view cell based pvs per object 
    49   ViewCellPvs mViewCellPvs; 
    5043 
    5144  /// pointer to the container bvh leaf 
    5245  BvhLeaf *mBvhLeaf; 
    53  
     46  /// some rays piercing this intersectable 
    5447  VssRayContainer mVssRays; 
    5548 
    5649  /// # of references to this instance 
    5750  int mReferences; 
     51 
     52  ////////////////// 
     53  // note matt: delete these, they are only taking memory+ 
     54 
     55  /// object based pvs 
     56  KdPvs mKdPvs; 
     57  /// view cell based pvs per object 
     58  ViewCellPvs mViewCellPvs; 
     59         
     60  /////////////////////// 
    5861 
    5962  enum { MESH_INSTANCE,  
Note: See TracChangeset for help on using the changeset viewer.