Sha256: 0b695bd574aa7983a0270d269783f4f63ff78d35ff60a68cadabd7afdc9eeee3
Contents?: true
Size: 636 Bytes
Versions: 4
Compression:
Stored size: 636 Bytes
Contents
// The PluginFolder tells Ogre where OgreMain.dll can be found. <% if PLATFORM =~ /mswin/ || PLATFORM =~ /linux/ %> PluginFolder=<%= SHATTERED_OGRE_DLLS %> <% end %> // Each of these plugins loads a seperate subsystem of Ogre. <% plugins = %w( RenderSystem_GL RenderSystem_Direct3D9 Plugin_ParticleFX Plugin_BSPSceneManager Plugin_OctreeSceneManager Plugin_CgProgramManager ) plugins -= ["RenderSystem_Direct3D9"] unless PLATFORM =~ /mswin32/ plugins -= ["Plugin_CgProgramManager"] if PLATFORM =~ /i686-darwin/ %> <% plugins.each do |plugin| %> Plugin=<%= plugin %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems