fixed translation

This commit is contained in:
Lauchmelder 2021-12-21 22:21:00 +01:00
parent 2242adc568
commit ce747f283a
4 changed files with 6 additions and 3 deletions

View file

@ -123,7 +123,7 @@ void Application::Init(int width, int height, const std::string& title)
float aspectRatio = (float)windowWidth / (float)windowHeight;
camera = Camera(100.0f, aspectRatio);
camera.Move(glm::vec3(0.0f, 0.0f, -4.0f));
camera.Move(glm::vec3(0.0f, 0.0f, 4.0f));
orthoCam = OrthogonalCamera(-3.0f * aspectRatio, 3.0f * aspectRatio, -3.0f, 3.0f);