Elaztek Developer Hub
Blamite Game Engine - blam!  00357.06.18.22.0809.blamite
The core library for the Blamite Game Engine.
ogre.cpp File Reference
#include "ogre.h"
#include "components/rendering/rendering.h"
#include <OGRE/OgreConfigFile.h>
#include <OGRE/OgreTimer.h>
#include <OGRE/OgreRoot.h>
#include <OGRE/OgreWindow.h>
#include <OGRE/Compositor/OgreCompositorWorkspace.h>
#include <OGRE/Compositor/OgreCompositorManager2.h>
#include "components/ui/imgui/imgui.h"
#include "components/ui/imgui/debug_ui.h"
#include "components/ui/ogre/ogre_ui.h"
#include "components/3rdparty/imgui/formats/ogre2/imgui_impl_ogre2.h"
#include "components/3rdparty/imgui/formats/dx11/imgui_impl_dx11.h"
#include "components/3rdparty/imgui/formats/imgui_impl_sdl.h"
#include "components/3rdparty/ogre2/GraphicsSystem.h"
#include "components/3rdparty/ogre2/SdlInputHandler.h"
#include "components/settings/config/config.h"
#include "components/rendering/ogre/compositor/compositor.h"
#include "components/ui/blam/ui.h"
#include "core.h"

Variables

Demo::GraphicsSystemogre_graphics_system = nullptr
 
Ogre::Window * renderWindow = nullptr
 
Ogre::Timer timer
 
double timeSinceLast = 1.0 / 60.0
 
Ogre::uint64 startTime
 

Variable Documentation

◆ ogre_graphics_system

Demo::GraphicsSystem* ogre_graphics_system = nullptr

◆ renderWindow

Ogre::Window* renderWindow = nullptr

◆ startTime

Ogre::uint64 startTime

◆ timer

Ogre::Timer timer

◆ timeSinceLast

double timeSinceLast = 1.0 / 60.0