| 110 | } |
| 111 | |
| 112 | void Camera::SetFarClip(float newFarClip) |
| 113 | { |
| 114 | farZ = newFarClip; |
| 115 | CreateProjection(); |
| 116 | } |
| 117 | |
| 118 | void Camera::SetProjection(const Float4x4& newProjection) |
| 119 | { |
nothing calls this directly
no outgoing calls
no test coverage detected