mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +02:00
Adding the stepYaw to the Standard mapping
This commit is contained in:
parent
ccbae81dad
commit
8f908f9877
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
"channels": [
|
||||
{ "from": "Standard.LY", "to": "Actions.TranslateZ" },
|
||||
{ "from": "Standard.LX", "to": "Actions.TranslateX" },
|
||||
{ "from": "Standard.RX", "when": "Application.InHMD", "to": "Actions.StepYaw" },
|
||||
{ "from": "Standard.RX", "to": "Actions.Yaw" },
|
||||
{ "from": "Standard.RY", "to": "Actions.Pitch" },
|
||||
|
||||
|
|
Loading…
Reference in a new issue