#include <rendersystem.h>
Public Member Functions | |
wxOgreRenderSystem () | |
Creates the Ogre's root. | |
wxOgreRenderSystem (const Ogre::String &plugins, const Ogre::String &config, const Ogre::String &log="wxOgre.log") | |
Creates the Ogre's root. | |
virtual | ~wxOgreRenderSystem () |
Clean Ogre instance. | |
void | LoadPlugin (const Ogre::String &plugin) |
Manually load an Ogre plugin contained in a DLL / DSO. | |
void | SelectOgreRenderSystem (const Ogre::String &render) |
Check through all available renderers if, the one the string is "render" exist, if so, it is selected. | |
bool | HasCapability (const Ogre::Capabilities &c) |
Checks for a capability. | |
void | Initialise () |
Initialises the Ogre's renderer. | |
Private Attributes | |
Ogre::Root * | m_root |
Definition at line 31 of file rendersystem.h.
wxOgreRenderSystem::wxOgreRenderSystem | ( | ) |
Creates the Ogre's root.
wxOgreRenderSystem::wxOgreRenderSystem | ( | const Ogre::String & | plugins, | |
const Ogre::String & | config, | |||
const Ogre::String & | log = "wxOgre.log" | |||
) |
Creates the Ogre's root.
virtual wxOgreRenderSystem::~wxOgreRenderSystem | ( | ) | [virtual] |
Clean Ogre instance.
bool wxOgreRenderSystem::HasCapability | ( | const Ogre::Capabilities & | c | ) |
Checks for a capability.
void wxOgreRenderSystem::Initialise | ( | ) |
Initialises the Ogre's renderer.
void wxOgreRenderSystem::LoadPlugin | ( | const Ogre::String & | plugin | ) |
Manually load an Ogre plugin contained in a DLL / DSO.
void wxOgreRenderSystem::SelectOgreRenderSystem | ( | const Ogre::String & | render | ) |
Check through all available renderers if, the one the string is "render" exist, if so, it is selected.
render | that contains the name of the Render System selected (e.g. Direct3D, OpenGL) |
Ogre::Root* wxOgreRenderSystem::m_root [private] |
Definition at line 74 of file rendersystem.h.