Increase movement speed
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user