| 194 | } |
| 195 | |
| 196 | void PerspectiveCamera::SetFieldOfView(float fieldOfView) |
| 197 | { |
| 198 | fov = fieldOfView; |
| 199 | CreateProjection(); |
| 200 | } |
| 201 | |
| 202 | void PerspectiveCamera::CreateProjection() |
| 203 | { |
nothing calls this directly
no outgoing calls
no test coverage detected