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

Function g3_GetUnscaledMatrix

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

Source from the content-addressed store, hash-verified

158void g3_GetViewMatrix(matrix *mat) { *mat = View_matrix; }
159
160void g3_GetUnscaledMatrix(matrix *mat) { *mat = Unscaled_matrix; }
161
162// Gets the matrix scale vector
163void g3_GetMatrixScale(vector *matrix_scale) { *matrix_scale = Matrix_scale; }

Callers 10

g3_DrawBitmapFunction · 0.85
g3_DrawRotatedBitmapFunction · 0.85
IsPointVisibleFunction · 0.85
DrawAtmosphereBlendFunction · 0.85
DrawColoredRingFunction · 0.85
PostRenderFunction · 0.85
RenderShipMonitorFunction · 0.85
DrawSmallViewsFunction · 0.85
RenderMineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected