Increase movement speed

This commit is contained in:
Abdelrahman Said 2024-09-28 22:30:58 +01:00
parent 679cf64a30
commit 534e2318e1

View File

@ -175,7 +175,7 @@ int init(App &app) {
glGetString(GL_SHADING_LANGUAGE_VERSION) glGetString(GL_SHADING_LANGUAGE_VERSION)
); );
app.speed = 0.02f; app.speed = 0.04f;
app.translation = glm::translate(glm::mat4(1.0f), glm::vec3(0.0f, 0.0f, 1.5f)); app.translation = glm::translate(glm::mat4(1.0f), glm::vec3(0.0f, 0.0f, 1.5f));
app.rotation = glm::mat4(1.0f); app.rotation = glm::mat4(1.0f);
app.scale = glm::mat4(1.0f); app.scale = glm::mat4(1.0f);