#include <app.h>
Public Member Functions | |
| virtual bool | Initialize (int &argc, wxChar **argv) |
| Initialize the Ogre Render Engine. | |
| virtual void | CleanUp () |
| Clean the Ogre Render Engine instance. | |
Protected Attributes | |
| wxOgreRenderSystem * | m_rsys |
| wxOgreResources * | m_res |
Definition at line 32 of file app.h.
| virtual void wxOgreApp::CleanUp | ( | ) | [virtual] |
Clean the Ogre Render Engine instance.
| virtual bool wxOgreApp::Initialize | ( | int & | argc, | |
| wxChar ** | argv | |||
| ) | [virtual] |
Initialize the Ogre Render Engine.
wxOgreResources* wxOgreApp::m_res [protected] |
wxOgreRenderSystem* wxOgreApp::m_rsys [protected] |