![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <OgreImGuiOverlay.h>
Data Structures | |
class | ImGUIRenderable |
Public Member Functions | |
ImGuiOverlay () | |
~ImGuiOverlay () | |
ImFont * | addFont (const String &name, const String &group OGRE_RESOURCE_GROUP_INIT) |
add font from ogre .fontdef file must be called before first show() More... | |
void | _findVisibleObjects (Camera *cam, RenderQueue *queue, Viewport *vp) |
void | initialise () |
Static Public Member Functions | |
static void | NewFrame (const FrameEvent &evt) |
Private Types | |
typedef std::vector< ImWchar > | CodePointRange |
Private Attributes | |
std::vector< CodePointRange > | mCodePointRanges |
ImGUIRenderable | mRenderable |
Definition at line 13 of file OgreImGuiOverlay.h.
|
private |
Definition at line 31 of file OgreImGuiOverlay.h.
Ogre::ImGuiOverlay::ImGuiOverlay | ( | ) |
Definition at line 25 of file OgreImGuiOverlay.cpp.
Ogre::ImGuiOverlay::~ImGuiOverlay | ( | ) |
Definition at line 32 of file OgreImGuiOverlay.cpp.
void Ogre::ImGuiOverlay::_findVisibleObjects | ( | Camera * | cam, |
RenderQueue * | queue, | ||
Viewport * | vp | ||
) |
ImFont * Ogre::ImGuiOverlay::addFont | ( | const String & | name, |
const String &group | OGRE_RESOURCE_GROUP_INIT | ||
) |
add font from ogre .fontdef file must be called before first show()
Definition at line 77 of file OgreImGuiOverlay.cpp.
void Ogre::ImGuiOverlay::initialise | ( | ) |
|
static |
|
private |
Definition at line 32 of file OgreImGuiOverlay.h.
|
private |
Definition at line 68 of file OgreImGuiOverlay.h.