Ignore:
Timestamp:
08/29/06 18:28:00 (18 years ago)
Author:
szydlowski
Message:

Implemented PVS support in kdtree scene manager - not complete, defunct
modified BoundingBoxConverter? to work with KdTreeSceneManager?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h

    r933 r1296  
    1212class Entity; 
    1313class OctreeSceneManager; 
     14class KdTreeSceneManager; 
    1415 
    1516/**     Class which converts preprocessor types to OGRE types 
     
    1920public: 
    2021        OgreBoundingBoxConverter(OctreeSceneManager *sm); 
     22        OgreBoundingBoxConverter(KdTreeSceneManager *sm); 
    2123 
    2224        bool IdentifyObjects(const GtpVisibilityPreprocessor::IndexedBoundingBoxContainer &iboxes, 
     
    2830        Entity *FindCorrespondingObject(const AxisAlignedBox &box) const; 
    2931 
    30         OctreeSceneManager *mSceneMgr; 
     32        OctreeSceneManager *mOctSceneMgr; 
     33        KdTreeSceneManager *mKdSceneMgr; 
    3134}; 
    3235 
Note: See TracChangeset for help on using the changeset viewer.