GL Studio C++ Runtime API
RSOInterface1::OpenGLMatrices Class Reference

#include <rso_interface_1.h>

Public Member Functions

 OpenGLMatrices (int *viewPort, MatrixD *projMatrix, MatrixD *modelMatrix)
 

Public Attributes

int * _viewPort
 Pointer to viewport array size 4.
 
MatrixD_projMatrix
 The projection matrix.
 
MatrixD_modelMatrix
 The modelview matrix.
 

Detailed Description

OpenGLMatrices is used to pass the current OpenGL matrices to PreDraw

Constructor & Destructor Documentation

◆ OpenGLMatrices()

OpenGLMatrices ( int *  viewPort,
MatrixD projMatrix,
MatrixD modelMatrix 
)
inline

Constructor

Parameters
viewPortThe new viewport array.
projMatrixThe new projection matrix.
modelMatrixThe new modelview matrix.

The documentation for this class was generated from the following file: