- Timestamp:
- 02/19/07 16:58:27 (18 years ago)
- Location:
- OGRE/trunk/ogre_changes/Ogre1.2/PlugIns/OctreeSceneManager/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OGRE/trunk/ogre_changes/Ogre1.2/PlugIns/OctreeSceneManager/src/OgreOctree.cpp
r921 r2128 103 103 104 104 mParent = parent; 105 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 106 // update bounds because we want tight octree 107 _updateBounds(); 108 109 #endif //GTP_VISIBILITY_MODIFIED_OGRE 105 110 106 mNumNodes = 0; 111 107 } … … 250 246 } 251 247 } 248 252 249 // HACK: clamp to bounds 253 250 AxisAlignedBox box; -
OGRE/trunk/ogre_changes/Ogre1.2/PlugIns/OctreeSceneManager/src/OgreOctreeSceneManager.cpp
r921 r2128 358 358 //mSceneRoot isn't put into the octree since it has no volume. 359 359 360 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 361 // update bounds because we want tight octree 362 mOctree -> _updateBounds(); 363 364 #endif //GTP_VISIBILITY_MODIFIED_OGRE 360 365 } 361 366
Note: See TracChangeset
for help on using the changeset viewer.