returns the user-specified aspect ratio used to override the renderer's
| 37 | void g3_SetAspectRatio(float aspect) { sAspect = aspect; } |
| 38 | // returns the user-specified aspect ratio used to override the renderer's |
| 39 | float g3_GetAspectRatio() { return sAspect; } |
| 40 | |
| 41 | void g3_GetViewPortMatrix(float *viewMat) { |
| 42 | // extract the viewport data from the renderer |