- Timestamp:
- 05/04/06 18:58:19 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/OBA/OBAOgreApplication.h
r721 r900 28 28 Ogre::Root *mRoot; 29 29 Ogre::Camera* mCamera; 30 Ogre::SceneManager* mSceneMgr;31 30 OgreFrameListener* mFrameListener; 32 31 Ogre::RenderWindow* mWindow; … … 34 33 // These internal methods package up the stages in the startup process 35 34 /** Sets up the application - returns false if the user chooses to abandon configuration. */ 36 virtual bool setup(bool createOgreRoot );35 virtual bool setup(bool createOgreRoot, Ogre::String applicationName, unsigned int width, unsigned int height, bool isFullScreen); 37 36 38 37 /** Configures the application - returns false if the user chooses to abandon configuration. */ 39 virtual bool configure(bool createOgreRoot );38 virtual bool configure(bool createOgreRoot, Ogre::String applicationName, unsigned int width, unsigned int height, bool isFullScreen); 40 39 41 40 virtual void createFrameListener(void);
Note: See TracChangeset
for help on using the changeset viewer.