Ignore:
Timestamp:
10/24/05 16:37:50 (19 years ago)
Author:
mattausch
Message:

fixed color bug
fixed terrain tile ch culling
made better terrain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/ogre_changes/Plugins/OctreeSceneManager/include/OgreOctree.h

    r316 r347  
    188188        */ 
    189189        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        */ 
    195193        AxisAlignedBox _getWorldAABB(void) const; 
    196194 
    197         /** Updates bounds of real aabb of octree. */ 
     195        /** Updates bounds of real aabb of octree.  
     196        */ 
    198197        void _updateBounds(); 
    199198 
     
    206205        int mLastVisited; 
    207206        bool mVisible; 
    208         int mDepth; 
    209207         
    210208#endif // GTP_VISIBILITY_MODIFIED_OGRE 
Note: See TracChangeset for help on using the changeset viewer.