Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Variables | |
Matrix | model |
Matrix | view |
float | projection [16] |
float | invprojection [16] |
Matrix | rotview |
float GFXMatrices::invprojection |
Definition at line 34 of file gl_globals.cpp.
Referenced by getInverseProjection(), GFXGetXInvPerspective(), GFXGetYInvPerspective(), and gl_Frustum().
Matrix GFXMatrices::model |
Definition at line 32 of file gl_globals.cpp.
Referenced by GFXGetMatrixModel(), GFXLoadIdentity(), GFXLoadMatrix(), GFXLoadMatrixModel(), GFXMultMatrix(), GFXMultMatrixModel(), GFXTranslate(), GFXTranslateModel(), showUnitStats(), and ViewToModel().
float GFXMatrices::projection |
Definition at line 33 of file gl_globals.cpp.
Referenced by ConstructAndLoadProjection(), GFXBeginPick(), GFXBoxInFrustumModel(), GFXCalculateFrustum(), GFXGetMatrix(), GFXLoadIdentity(), GFXLoadMatrix(), GFXLoadMatrixProjection(), GFXMultMatrix(), GFXParallel(), GFXPerspective(), GFXTranslate(), GFXTranslateProjection(), and gl_Frustum().
Matrix GFXMatrices::rotview |
Definition at line 35 of file gl_globals.cpp.
Referenced by evaluateViews(), GFXGetMatrix(), GFXLoadIdentity(), GFXLoadMatrix(), GFXMultMatrix(), and GFXTranslate().
Matrix GFXMatrices::view |
Definition at line 32 of file gl_globals.cpp.
Referenced by ConstructAndLoadProjection(), evaluateViews(), ExamineWhenTargetKey(), Cockpit::GetView(), GFXBoxInFrustumModel(), GFXCalculateFrustum(), GFXCenterCamera(), GFXGetMatrixView(), GFXLoadIdentity(), GFXLoadMatrix(), GFXLoadMatrixView(), GFXLookAt(), GFXMultMatrix(), GFXTranslate(), GFXTranslateView(), LookAtHelper(), ClickList::requestIterator(), Cockpit::SetView(), Camera::UpdateGFX(), and ViewToModel().