plugins.cfg 519 B

123456789101112131415161718
  1. # Define plugin folder
  2. #PluginFolder=/usr/lib/OGRE/
  3. # For Debian derivatives on 64-bits let this line below enabled
  4. PluginFolder=/usr/lib/x86_64-linux-gnu/OGRE-1.8.0/
  5. # For Debian derivatives on 32-bit activate this line
  6. #PluginFolder=/usr/lib/i386-linux-gnu/OGRE-1.8.0/
  7. # Define plugins
  8. #Plugin=RenderSystem_Direct3D9
  9. Plugin=RenderSystem_GL
  10. Plugin=Plugin_ParticleFX
  11. Plugin=Plugin_BSPSceneManager
  12. #Plugin=Plugin_CgProgramManager
  13. Plugin=Plugin_PCZSceneManager
  14. Plugin=Plugin_OctreeZone
  15. Plugin=Plugin_OctreeSceneManager