| 22 | } |
| 23 | |
| 24 | void OrthographicCamera::SetPosition(const Maths::Vector3& position) { |
| 25 | Camera::SetPosition(position); |
| 26 | UpdateViewMatrix(); |
| 27 | } |
| 28 | |
| 29 | void OrthographicCamera::SetProjectionMatrix(const Maths::Matrix4& projection) { |
| 30 | Camera::SetProjectionMatrix(projection); |
nothing calls this directly
no outgoing calls
no test coverage detected