Ignore:
Timestamp:
10/10/05 15:23:32 (19 years ago)
Author:
mattausch
Message:

queries are realized as templates

File:
1 edited

Legend:

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

    r193 r316  
    261261 
    262262#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    263         /* the number of nodes in the octree. do not confuse this with the OctreeNode 
    264         class with is derived from SceneNode. 
     263        /** The number of nodes in the octree. 
     264                @remark counts the octree hierarchy nodes in the tree. 
    265265        */ 
    266         int mNumOctreeNodes; 
     266        int mNumOctants; 
    267267#endif // GTP_VISIBILITY_MODIFIED_OGRE 
    268268 
Note: See TracChangeset for help on using the changeset viewer.