Changeset 164 for trunk/VUT/Ogre/include


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

bug fix (deleting while animation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgreVisibilityTerrainSceneManager.h

    r159 r164  
    3333        */ 
    3434         
    35         virtual bool setOption( const String &, const void * ); 
     35        virtual bool setOption(const String &, const void *); 
    3636        /** Gets the given option for the Scene VisibilityManager. 
    3737            @remarks 
    3838                See setOption 
    3939        */ 
    40         virtual bool getOption( const String &, void * ); 
     40        virtual bool getOption(const String &, void *); 
    4141 
    42         bool getOptionValues( const String & key, StringVector &refValueList ); 
    43         bool getOptionKeys( StringVector &refKeys ); 
     42        bool getOptionValues(const String & key, StringVector &refValueList); 
     43        bool getOptionKeys(StringVector &refKeys); 
    4444 
    4545        /** Sets the visibility manager. 
     
    7575        /** Override from SceneManager so that sub entities can be assigned an id for item buffer. 
    7676        */ 
    77         //Entity* createEntity(const String& entityName, const String& meshName); 
     77        Entity* createEntity(const String& entityName, const String& meshName); 
    7878 
    7979        /** Returns pointer to visibility manager. 
     
    8585        OctreeHierarchyInterface *GetHierarchyInterface(); 
    8686 
     87        /** Inherited from scene manager. Neccesary to draw terrain properly. 
     88        */ 
    8789        void endFrame(); 
    8890 
Note: See TracChangeset for help on using the changeset viewer.