Skip to content
Snippets Groups Projects
Commit d31bbd20 authored by Dethcrvsh's avatar Dethcrvsh
Browse files

added controls that this knucklehead can understand

parent 4aea877c
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,10 @@ struct Scene {
if (glutKeyIsDown('a')) {
pos -= speed * right;
}
if (glutKeyIsDown('r')) {
if (glutKeyIsDown('r') || glutKeyIsDown('e')) {
pos += speed * up;
}
if (glutKeyIsDown('f')) {
if (glutKeyIsDown('f') || glutKeyIsDown('q')) {
pos -= speed * up;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment