- Timestamp:
- 02/19/07 16:58:27 (18 years ago)
- File:
-
- 1 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;
Note: See TracChangeset
for help on using the changeset viewer.