Ignore:
Timestamp:
03/18/07 00:25:35 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/PlugIns/OctreeSceneManager/include/OgreOctree.h

    r921 r2257  
    177177        */ 
    178178        bool isOctreeVisible(void); 
     179        void setOctreeFullyVisible(bool visible); 
     180        /** Returns true if this node is marked visible, false otherwise.  
     181        */ 
     182        bool isOctreeFullyVisible(void); 
    179183        /** Gets this node's parent (NULL if this is the root). 
    180184        */ 
     
    205209        int mLastVisited; 
    206210        bool mVisible; 
    207          
     211        bool mFullyVisible; 
    208212#endif // GTP_VISIBILITY_MODIFIED_OGRE 
    209213}; 
Note: See TracChangeset for help on using the changeset viewer.