Changeset 1653 for code/branches/gui/src/orxonox/GraphicsEngine.h
- Timestamp:
- Aug 5, 2008, 9:50:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/GraphicsEngine.h
r1652 r1653 62 62 void declareRessourceLocations(); 63 63 void loadRenderer(); 64 boolinitialiseResources();65 boolcreateNewScene();64 void initialiseResources(); 65 void createNewScene(); 66 66 67 67 void setLevelSceneManager(Ogre::SceneManager* sceneMgr) { this->levelSceneManager_ = sceneMgr; } … … 87 87 { return this->detailLevelParticle_; } 88 88 89 static GraphicsEngine& getSingleton(); 90 static GraphicsEngine* getSingletonPtr() { return singletonRef_s; } 89 // console commands 90 static void printScreen(); 91 92 static GraphicsEngine& getInstance(); 93 static GraphicsEngine* getInstancePtr() { return singletonRef_s; } 91 94 92 95 private:
Note: See TracChangeset
for help on using the changeset viewer.