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

Function rend_TransformSetProjection

renderer/HardwareOpenGL.cpp:2161–2164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159}
2160
2161void rend_TransformSetProjection(float trans[4][4]) {
2162 dglMatrixMode(GL_PROJECTION);
2163 dglLoadMatrixf(&trans[0][0]);
2164}
2165
2166void rend_TransformSetModelView(float trans[4][4]) {
2167 dglMatrixMode(GL_MODELVIEW);

Callers 1

g3_RefreshTransformsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected