| 166 | } |
| 167 | |
| 168 | void OrthographicCamera::SetMaxY(float maxY) |
| 169 | { |
| 170 | yMax = maxY; |
| 171 | CreateProjection(); |
| 172 | } |
| 173 | |
| 174 | //================================================================================================= |
| 175 | // PerspectiveCamera |
nothing calls this directly
no outgoing calls
no test coverage detected