| 33 | ":param asp: aspect ratio, defined as view space width divided by height." ); |
| 34 | |
| 35 | static Vector3 GetViewPosition() |
| 36 | { |
| 37 | return Tr2Renderer::GetViewPosition(); |
| 38 | } |
| 39 | MAP_FUNCTION_AND_WRAP( "GetViewPosition", GetViewPosition, "Returns the view (camera) position as a tuple of 3 floats." ); |
| 40 | |
| 41 | static Matrix GetProjectionTransform() |
no outgoing calls
no test coverage detected