get the current view position
| 154 | |
| 155 | // get the current view position |
| 156 | void g3_GetViewPosition(vector *vp) { *vp = View_position; } |
| 157 | |
| 158 | void g3_GetViewMatrix(matrix *mat) { *mat = View_matrix; } |
| 159 |
no outgoing calls
no test coverage detected