Changeset 2643 for code/branches/buildsystem2/src/orxonox/gamestates
- Timestamp:
- Feb 12, 2009, 9:40:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc
r2639 r2643 100 100 SetConfigValue(ogreConfigFile_, "ogre.cfg") 101 101 .description("Location of the Ogre config file"); 102 SetConfigValue(ogrePluginsFolder_, ".")102 SetConfigValue(ogrePluginsFolder_, ORXONOX_OGRE_PLUGINS_FOLDER) 103 103 .description("Folder where the Ogre plugins are located."); 104 SetConfigValue(ogrePlugins_, "RenderSystem_GL, Plugin_ParticleFX")104 SetConfigValue(ogrePlugins_, ORXONOX_OGRE_PLUGINS) 105 105 .description("Comma separated list of all plugins to load."); 106 106 SetConfigValue(ogreLogFile_, "ogre.log")
Note: See TracChangeset
for help on using the changeset viewer.