![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
Namespace containing functions exclusive to OGRE-Next. More...
Namespaces | |
Materials | |
Namespace containing functions for interacting with materials. | |
Textures | |
Namespace containing functions for interacting with textures. | |
Utils | |
Miscellaneous utility functions for use with OGRE. | |
Functions | |
BLAM bool | Initialize () |
BLAM void | RenderLoop () |
BLAM void | RenderThread () |
BLAM void | Shutdown () |
BLAM void | ProcessSDLEvents (SDL_Event *event) |
BLAM Demo::GraphicsSystem * | GetGraphicsSystem () |
BLAM void | HandleWindowReisze (int width, int height) |
BLAM int | GetRenderWidth () |
BLAM int | GetRenderHeight () |
BLAM Ogre::Window * | GetRenderWindow () |
BLAM double | GetDeltaTime () |
BLAM void | TakeScreenshot () |
BLAM void | WriteScreenshot () |
BLAM Ogre::SceneManager * | Get2DSceneManager () |
BLAM Ogre::Camera * | Get2DCamera () |
BLAM void | DisplayBasicCrashScreen (std::string additional_info="") |
BLAM void | DisplayDetailedCrashScreen (std::string expression, std::string file, int line, std::string message) |
BLAM bool | GetImGuiHiddenState () |
Namespace containing functions exclusive to OGRE-Next.
void BlamRendering::OGRE::DisplayBasicCrashScreen | ( | std::string | additional_info = "" | ) |
void BlamRendering::OGRE::DisplayDetailedCrashScreen | ( | std::string | expression, |
std::string | file, | ||
int | line, | ||
std::string | message | ||
) |
Ogre::Camera * BlamRendering::OGRE::Get2DCamera | ( | ) |
Ogre::SceneManager * BlamRendering::OGRE::Get2DSceneManager | ( | ) |
double BlamRendering::OGRE::GetDeltaTime | ( | ) |
Demo::GraphicsSystem * BlamRendering::OGRE::GetGraphicsSystem | ( | ) |
bool BlamRendering::OGRE::GetImGuiHiddenState | ( | ) |
int BlamRendering::OGRE::GetRenderHeight | ( | ) |
int BlamRendering::OGRE::GetRenderWidth | ( | ) |
Ogre::Window * BlamRendering::OGRE::GetRenderWindow | ( | ) |
void BlamRendering::OGRE::HandleWindowReisze | ( | int | width, |
int | height | ||
) |
bool BlamRendering::OGRE::Initialize | ( | ) |
void BlamRendering::OGRE::ProcessSDLEvents | ( | SDL_Event * | event | ) |
void BlamRendering::OGRE::RenderLoop | ( | ) |
void BlamRendering::OGRE::RenderThread | ( | ) |
void BlamRendering::OGRE::Shutdown | ( | ) |
void BlamRendering::OGRE::TakeScreenshot | ( | ) |
void BlamRendering::OGRE::WriteScreenshot | ( | ) |