GlsRSOLoader API
1.2.4
|
#include <gls_rso_loader.h>
Public Member Functions | |
OpenGLMatrices () | |
~OpenGLMatrices () | |
void | GetCurrent () |
Public Member Functions inherited from RSOInterface1::OpenGLMatrices | |
OpenGLMatrices (int *viewPort, MatrixD *projMatrix, MatrixD *modelMatrix) | |
Protected Attributes | |
bool | _needsDelete |
Additional Inherited Members | |
Public Attributes inherited from RSOInterface1::OpenGLMatrices | |
int * | _viewPort |
MatrixD * | _projMatrix |
MatrixD * | _modelMatrix |
OpenGLMatrices is used to pass the current OpenGL matrices to PreDraw
OpenGLMatrices | ( | ) |
Constructor
~OpenGLMatrices | ( | ) |
Destructor
void GetCurrent | ( | ) |
Retrieves the current OpenGL Matrices from the OpenGL Subsystem