| 1187 | |
| 1188 | |
| 1189 | void SetFieldOfView(const float fTheta) |
| 1190 | { |
| 1191 | fProjection_FieldOfView = fTheta; |
| 1192 | RegenerateProjectionMatrix(); |
| 1193 | } |
| 1194 | |
| 1195 | void SetScreenSize(const olc::vi2d& vSize) |
| 1196 | { |
nothing calls this directly
no outgoing calls
no test coverage detected