Changeset 2119 for GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include
- Timestamp:
- 02/15/07 14:45:30 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreOcclusionCullingSceneManager.h
r1823 r2119 142 142 void VisualizeViewCells(const bool visualize); 143 143 144 /** Load an iv scene. 145 */ 144 146 bool LoadSceneIV(const String &filename, 145 147 SceneNode *root, 146 148 const int index); 147 149 148 bool LoadScene(const String &filename); 150 /** Load obj scene. 151 */ 152 bool LoadSceneObj(const String &filename, 153 const String &viewCellsFile, 154 SceneNode *root); 155 156 /** Load a scene. 157 */ 158 bool LoadScene(const String &filename, const String &viewCellsFilename); 149 159 150 160 void loadConfig(DataStreamPtr& stream);
Note: See TracChangeset
for help on using the changeset viewer.