MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / g3_GetViewMatrix

Function g3_GetViewMatrix

renderer/HardwareSetup.cpp:158–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156void g3_GetViewPosition(vector *vp) { *vp = View_position; }
157
158void g3_GetViewMatrix(matrix *mat) { *mat = View_matrix; }
159
160void g3_GetUnscaledMatrix(matrix *mat) { *mat = Unscaled_matrix; }
161

Callers 4

RenderMethod · 0.85
TGWRenderMineMethod · 0.85
RenderTerrainFunction · 0.85
TCAMRenderTerrainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected