OpenPolygon
1.0.0
OpenPolygon is a Rendering Engine
|
The OpenPolygon - Main class. More...
#include <openpolygon.h>
Public Member Functions | |
DEPRECATED void | writeConfig (const std::string &config_file) |
DEPRECATED DisplayConfig | readConfig (const std::string &config_file) |
GLFWDisplay * | initialize (DisplayConfig *config) |
initialize More... | |
void | RenderLoop (GLFWDisplay *display) |
RenderLoop. More... | |
void | finish (void) |
finish More... | |
The OpenPolygon - Main class.
void OpenPolygon::finish | ( | void | ) |
finish
Clear Singletons
GLFWDisplay * OpenPolygon::initialize | ( | DisplayConfig * | config | ) |
initialize
Create Display
display |
void OpenPolygon::RenderLoop | ( | GLFWDisplay * | display | ) |
RenderLoop.
Start Rendering with Display
display |