mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Invert hydra move view and thrust controllers to match consoles
This commit is contained in:
parent
d0b1880ee4
commit
db94ae7449
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
|||
var damping = 0.9;
|
||||
var position = { x: MyAvatar.position.x, y: MyAvatar.position.y, z: MyAvatar.position.z };
|
||||
var joysticksCaptured = false;
|
||||
var THRUST_CONTROLLER = 1;
|
||||
var VIEW_CONTROLLER = 0;
|
||||
var THRUST_CONTROLLER = 0;
|
||||
var VIEW_CONTROLLER = 1;
|
||||
var INITIAL_THRUST_MULTPLIER = 1.0;
|
||||
var THRUST_INCREASE_RATE = 1.05;
|
||||
var MAX_THRUST_MULTIPLIER = 75.0;
|
||||
|
|
Loading…
Reference in a new issue