Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Tutorial/build/plugins.cfg-init @ 67

Last change on this file since 67 was 55, checked in by nicolasc, 17 years ago

created clean-script; commented out cg-plugin as this is not available on every machine

File size: 271 bytes
RevLine 
[25]1# Defines plugins to load
2
3# Define plugin folder
[45]4PluginFolder=/usr/lib/OGRE
[25]5
6# Define plugins
7#Plugin=RenderSystem_Direct3D9
8Plugin=RenderSystem_GL
9Plugin=Plugin_ParticleFX
10Plugin=Plugin_BSPSceneManager
11Plugin=Plugin_OctreeSceneManager
[55]12#Plugin=Plugin_CgProgramManager
[25]13
14
Note: See TracBrowser for help on using the repository browser.