Ignore:
Timestamp:
07/06/05 11:04:25 (19 years ago)
Author:
mattausch
Message:

removed node visibility for item buffer

File:
1 edited

Legend:

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

    r154 r158  
    192192        void _updateBounds(); 
    193193 
    194         /** Sets scene node id  
    195         @param the id 
    196         */ 
    197         void setId(int id); 
    198          
    199         /** see set */ 
    200         int getId(void); 
    201  
    202194protected: 
    203195         
     
    209201        bool mVisible; 
    210202        int mDepth; 
    211         int mId; 
     203         
    212204 
    213205#endif // GTP_VISIBILITY_MODIFIED_OGRE 
Note: See TracChangeset for help on using the changeset viewer.