| 39 | MAP_FUNCTION_AND_WRAP( "GetViewPosition", GetViewPosition, "Returns the view (camera) position as a tuple of 3 floats." ); |
| 40 | |
| 41 | static Matrix GetProjectionTransform() |
| 42 | { |
| 43 | return Tr2Renderer::GetProjectionTransform(); |
| 44 | } |
| 45 | MAP_FUNCTION_AND_WRAP( "GetProjectionTransform", GetProjectionTransform, "Returns the projection matrix used for rendering.\n" |
| 46 | "The matrix is a 4x4 tuple of floats." ); |
| 47 |
no outgoing calls
no test coverage detected