Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 4, 2008, 8:54:43 PM (16 years ago)
Author:
rgrieder
Message:

merged input branch back to trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/GraphicsEngine.h

    r1511 r1535  
    2121 *
    2222 *   Author:
    23  *      Benjamin Knecht <beni_at_orxonox.net>, (C) 2007
     23 *      Reto Grieder
    2424 *   Co-authors:
    25  *      Reto Grieder
     25 *      Benjamin Knecht <beni_at_orxonox.net>, (C) 2007, Felix Schulthess
    2626 *
    2727 */
     
    5656        public:
    5757            void setConfigValues();
    58             bool setup(std::string& dataPath);
    59             void declareRessourceLocations();
     58            bool setup();
     59            bool declareRessourceLocations();
    6060            bool loadRenderer();
    6161            bool initialiseResources();
     
    6565
    6666            Ogre::SceneManager* getSceneManager() { return scene_; }
    67             std::string& getDataPath() { return dataPath_; }
    6867
    6968            // several window properties
     
    9594                             bool, const std::string&);
    9695
    97             Ogre::Root*         root_;        //!< Ogre's root
    98             Ogre::SceneManager* scene_;       //!< scene manager of the game
    99             Ogre::RenderWindow* renderWindow_;//!< the current render window
    100             //bool               bOverwritePath_; //!< overwrites path
    101             //std::string         configPath_;  //!< path to config file
    102             std::string         dataPath_;    //!< path to data file
    103             std::string         ogreLogfile_; //!< log file name for Ogre log messages
    104             int ogreLogLevelTrivial_;         //!< Corresponding Orxonx debug level for LL_TRIVIAL
    105             int ogreLogLevelNormal_;          //!< Corresponding Orxonx debug level for LL_NORMAL
    106             int ogreLogLevelCritical_;        //!< Corresponding Orxonx debug level for LL_CRITICAL
     96            Ogre::Root*         root_;              //!< Ogre's root
     97            Ogre::SceneManager* scene_;             //!< scene manager of the game
     98            Ogre::RenderWindow* renderWindow_;      //!< the current render window
     99            std::string         resourceFile_;      //!< resources file name
     100            std::string         ogreConfigFile_;    //!< ogre config file name
     101            std::string         ogrePluginsFile_;   //!< ogre plugins file name
     102            std::string         ogreLogFile_;      //!< log file name for Ogre log messages
     103            int ogreLogLevelTrivial_;               //!< Corresponding Orxonx debug level for LL_TRIVIAL
     104            int ogreLogLevelNormal_;                //!< Corresponding Orxonx debug level for LL_NORMAL
     105            int ogreLogLevelCritical_;              //!< Corresponding Orxonx debug level for LL_CRITICAL
    107106    };
    108107}
Note: See TracChangeset for help on using the changeset viewer.