| 1193 | } |
| 1194 | |
| 1195 | void SetScreenSize(const olc::vi2d& vSize) |
| 1196 | { |
| 1197 | vScreenSize = vSize; |
| 1198 | fProjection_AspectRatio = vScreenSize.x / vScreenSize.y; |
| 1199 | RegenerateProjectionMatrix(); |
| 1200 | } |
| 1201 | |
| 1202 | void SetClippingPlanes(const float fNear, const float fFar) |
| 1203 | { |
nothing calls this directly
no outgoing calls
no test coverage detected