123456789101112131415161718 |
- # Define plugin folder
- #PluginFolder=/usr/lib/OGRE/
- # For Debian derivatives on 64-bits let this line below enabled
- PluginFolder=/usr/lib/x86_64-linux-gnu/OGRE-1.8.0/
- # For Debian derivatives on 32-bit activate this line
- #PluginFolder=/usr/lib/i386-linux-gnu/OGRE-1.8.0/
- # Define plugins
- #Plugin=RenderSystem_Direct3D9
- Plugin=RenderSystem_GL
- Plugin=Plugin_ParticleFX
- Plugin=Plugin_BSPSceneManager
- #Plugin=Plugin_CgProgramManager
- Plugin=Plugin_PCZSceneManager
- Plugin=Plugin_OctreeZone
- Plugin=Plugin_OctreeSceneManager
|