Ignore:
Timestamp:
08/24/06 18:05:53 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1272 r1279  
    2525class GlRendererBuffer; 
    2626class VspTree; 
    27 class OspTree; 
     27class HierarchyManager; 
    2828class BvHierarchy; 
    2929class Intersectable; 
     
    178178  // view space partition tree 
    179179  VspTree *mVspTree; 
    180   /// object space partition tree 
    181   OspTree *mOspTree; 
     180  HierarchyManager *mHierarchyManager; 
    182181  /// BSP tree representing the viewcells 
    183182  BspTree *mBspTree; 
    184  
    185   BvHierarchy *mBvHierarchy; 
    186183   
    187184  /// list of all loaded occluders 
Note: See TracChangeset for help on using the changeset viewer.