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

Function rend_TransformSetModelView

renderer/HardwareOpenGL.cpp:2166–2169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2164}
2165
2166void rend_TransformSetModelView(float trans[4][4]) {
2167 dglMatrixMode(GL_MODELVIEW);
2168 dglLoadMatrixf(&trans[0][0]);
2169}

Callers 1

g3_RefreshTransformsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected