Changeset 1816 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 11/28/06 12:50:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h
r1616 r1816 104 104 */ 105 105 #if 1 106 virtual void setWorldGeometry( DataStreamPtr& stream, const String& typeName);106 virtual void setWorldGeometry(DataStreamPtr& stream, const String& typeName); 107 107 #endif 108 108 … … 141 141 void CreateViewCellsGeometry(); 142 142 void VisualizeViewCells(const bool visualize); 143 144 bool LoadSceneIV(const String &filename, 145 SceneNode *root, 146 const int index); 147 148 bool LoadScene(const String &filename); 149 150 void loadConfig(DataStreamPtr& stream); 143 151 144 152 ////////////////////////////////////////// … … 231 239 232 240 bool mViewCellsGeometryLoaded; 241 242 bool mShowTerrain; 233 243 }; 234 244
Note: See TracChangeset
for help on using the changeset viewer.