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