Set the camera field of view
| 361 | |
| 362 | // Set the camera field of view |
| 363 | void Camera::SetFOV(const float degrees) { |
| 364 | target_horz_fov = degrees; |
| 365 | } |
| 366 | |
| 367 | void Camera::DrawSafeZone() { |
| 368 | PROFILER_GPU_ZONE(g_profiler_ctx, "DrawSafeZone"); |
no outgoing calls
no test coverage detected