| 65 | |
| 66 | |
| 67 | static float GetAspectRatio() |
| 68 | { |
| 69 | return Tr2Renderer::GetAspectRatio(); |
| 70 | } |
| 71 | MAP_FUNCTION_AND_WRAP( "GetAspectRatio", GetAspectRatio, "Returns the aspect ratio, width divided by height." ); |
| 72 | |
| 73 | static void SetPerspectiveProjectionOffCenter( float left, float right, float bottom, float top, float front, float back ) |
no outgoing calls
no test coverage detected