MCPcopy Create free account
hub / github.com/DavidColson/Polybox / GetMatrix

Function GetMatrix

source/graphics.cpp:836–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834// ***********************************************************************
835
836Matrixf GetMatrix() {
837 u64 mode = (u64)pRenderState->matrixModeState;
838 return pRenderState->matrixStates[mode].Top();
839}
840
841// ***********************************************************************
842

Callers 1

LuaGetMatrixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected