forked from mirror/openmw-tes3mp
13 lines
216 B
Text
13 lines
216 B
Text
|
# Defines plugins to load
|
||
|
|
||
|
# Define plugin folder
|
||
|
PluginFolder=${OGRE_PLUGIN_DIR}
|
||
|
|
||
|
# Define plugins
|
||
|
Plugin=RenderSystem_GL
|
||
|
Plugin=Plugin_ParticleFX
|
||
|
Plugin=Plugin_OctreeSceneManager
|
||
|
# Plugin=Plugin_CgProgramManager
|
||
|
|
||
|
|