From fe3d370137afd49958f825c62536e20b4b92fd8b Mon Sep 17 00:00:00 2001 From: 4VRDriver <44267643+4VRDriver@users.noreply.github.com> Date: Fri, 4 Sep 2020 22:10:47 +0200 Subject: [PATCH] Add high res model --- Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller.cpp b/Controller.cpp index e0ed82f..619083e 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -111,7 +111,7 @@ void Controller::run() { // Update game // ... shaderProgram.setUniform("mix_val", (float) (sin(glfwGetTime()*0.25)*sin(glfwGetTime()*0.25))); - model = glm::rotate(model, (float)(this->deltaTime*0.005), glm::vec3(0.0f, 1.0f, 0.0f)); + //model = glm::rotate(model, (float)(this->deltaTime*0.005), glm::vec3(0.0f, 1.0f, 0.0f)); //camera->lookAtTarget(glm::vec3(0.0f, 0.0f, 0.0f)); camera->lookForward();