| 279 | } |
| 280 | |
| 281 | void Camera::GetMatrices(Matrix& view, Matrix& projection) const |
| 282 | { |
| 283 | GetMatrices(view, projection, GetViewport(), Vector3::Zero); |
| 284 | } |
| 285 | |
| 286 | void Camera::GetMatrices(Matrix& view, Matrix& projection, const Viewport& viewport) const |
| 287 | { |
no test coverage detected