WIP: intermediary commit, will attempt to run HC's code on this machine.

This commit is contained in:
michal
2014-08-25 17:37:23 -04:00
parent 2797dcf0b9
commit 013d4c5bb6
17 changed files with 516 additions and 87 deletions

View File

@@ -352,11 +352,11 @@ void InteractionHandler::keyboardCallback(int key, int action) {
distance(dist);
}
if (key == 'T') {
PowerScaledScalar dist(-speed * 100.0 * dt, 0.0);
PowerScaledScalar dist(-speed * 1000.0 * dt, 0.0);
distance(dist);
}
if (key == 'G') {
PowerScaledScalar dist(speed * 100.0 * dt, 0.0);
PowerScaledScalar dist(speed * 1000.0 * dt, 0.0);
distance(dist);
}
/*