mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-22 20:21:55 -06:00
WIP: intermediary commit, will attempt to run HC's code on this machine.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user