Changeset 2124 for GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/include
- Timestamp:
- 02/19/07 02:51:22 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/include
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/include/ObjReader.h
r2123 r2124 9 9 namespace GtpVisibilityPreprocessor { 10 10 class Intersectable; 11 class Preprocessor; 11 12 } 12 13 … … 31 32 Ogre::SceneManager *mSceneManager; 32 33 GtpVisibilityPreprocessor::ObjectContainer mPvsObjects; 34 GtpVisibilityPreprocessor::Preprocessor *mPreprocessor; 33 35 }; 34 36
Note: See TracChangeset
for help on using the changeset viewer.