Ignore:
Timestamp:
06/09/06 01:26:46 (18 years ago)
Author:
mattausch
Message:

started viewspace-objectspace subdivision
removed memory leaks

File:
1 edited

Legend:

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

    r904 r1006  
    1717class ViewCellsManager; 
    1818class BspTree; 
    19 class VspKdTree; 
     19class VspOspTree; 
    2020class VspBspTree; 
    2121class RenderSimulator; 
     
    151151  ViewCellsManager *mViewCellsManager; 
    152152 
    153   /** Kd tree inducing a coarse partition of view space that are the building 
    154           blocks for view cells. 
    155   */ 
    156   VspKdTree *mVspKdTree; 
     153  /// greedy optimized hierarchy for both objects and view cells 
     154  VspOspTree *mVspOspTree; 
    157155 
    158156  bool mUseGlRenderer; 
     
    183181  /// samples used for construction of the BSP view cells tree. 
    184182  int mBspConstructionSamples; 
    185    /// samples used for construction of the VSP KD tree. 
    186   int mVspKdConstructionSamples; 
     183  /// samples used for construction of the VSP OSP tree. 
     184  int mVspOspConstructionSamples; 
    187185  /** Simulates rendering of the scene. 
    188186  */ 
Note: See TracChangeset for help on using the changeset viewer.