Changeset 2102 for GTP/trunk/Lib
- Timestamp:
- 02/08/07 12:17:52 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreOcclusionCullingSceneManager.cpp
r2098 r2102 210 210 mFilename = val.c_str(); 211 211 212 // load terrain instead of scene 212 213 if (mFilename == "terrain") 213 214 { … … 884 885 if (!mViewCellsLoaded) 885 886 { 886 // try ro loaded view cells887 // try to load view cells 887 888 mViewCellsLoaded = LoadViewCells(mViewCellsFilename); 888 889 } … … 892 893 893 894 // only use this option if view cells are available 894 895 895 mUseViewCells = *static_cast<const bool *>(val); 896 896
Note: See TracChangeset
for help on using the changeset viewer.