Ignore:
Timestamp:
04/19/05 09:12:55 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/include/OgreOcclusionCullingTerrainSceneManager.h

    r48 r51  
    4444                bool getOptionKeys( StringVector &refKeys ); 
    4545 
    46                 /** Renders one octant of an octree, i.e., renders current octant 
    47                         node and does not traverse deeper into the tree. 
    48                         @remark Note that OctreeNode instances are NOT part of the octree  
    49                         hierarchy, instead one octant of an Octree contains many OctreeNode instances. 
    50                         @param octree the octree to be rendered 
    51                         @param cam current camera 
    52                 */ 
    53                 void _renderOctant(Camera* cam, Octree *octree); 
    54  
    5546        protected: 
    5647 
Note: See TracChangeset for help on using the changeset viewer.