- Timestamp:
- 10/24/05 16:37:50 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/Plugins/OctreeSceneManager/include/OgreOctree.h
r316 r347 188 188 */ 189 189 void setLastRendered(int frameid); 190 /** Returns current depth of octree 191 @return current depth 192 */ 193 int getDepth(); 194 /** Returns real extent of the octree, i.e., the merged extent of the bounding boxes. */ 190 191 /** Returns real extent of the octree, i.e., the merged extent of the bounding boxes. 192 */ 195 193 AxisAlignedBox _getWorldAABB(void) const; 196 194 197 /** Updates bounds of real aabb of octree. */ 195 /** Updates bounds of real aabb of octree. 196 */ 198 197 void _updateBounds(); 199 198 … … 206 205 int mLastVisited; 207 206 bool mVisible; 208 int mDepth;209 207 210 208 #endif // GTP_VISIBILITY_MODIFIED_OGRE
Note: See TracChangeset
for help on using the changeset viewer.