mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Tuning the standard mapping for tbringin vertical axis
This commit is contained in:
parent
8dc3d62d17
commit
f4c610a0f4
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
},
|
||||
{ "from": "Standard.RX", "to": "Actions.Yaw" },
|
||||
{ "from": "Standard.RY", "when": "!Application.InHMD", "to": "Actions.Pitch" },
|
||||
|
||||
{ "from": "Standard.RY", "when": "Application.InHMD", "filters": "invert", "to": "Actions.TranslateY" },
|
||||
|
||||
{ "from": [ "Standard.DU", "Standard.DL", "Standard.DR", "Standard.DD" ], "to": "Standard.LeftPrimaryThumb" },
|
||||
{ "from": "Standard.Back", "to": "Standard.LeftSecondaryThumb" },
|
||||
|
@ -35,3 +35,6 @@
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue