mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
jumping
This commit is contained in:
parent
8bc6ca2fa1
commit
a7ba4ce1f9
2 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
|||
{ "from": "Vive.LS", "to": "Standard.LS" },
|
||||
{ "from": "Vive.LSTouch", "to": "Standard.LSTouch" },
|
||||
|
||||
{ "from": "Vive.RY", "when": "Vive.RSY", "filters": ["invert"], "to": "Standard.RY" },
|
||||
{ "from": "Vive.RX", "when": "Vive.RSX", "to": "Standard.RX" },
|
||||
{
|
||||
"from": "Vive.RT", "to": "Standard.RT",
|
||||
|
|
|
@ -19,6 +19,7 @@ function registerMappings() {
|
|||
advancedMapping = Controller.newMapping(mappingName);
|
||||
advancedMapping.from(Controller.Vive.LY).invert().to(Controller.Standard.LY);
|
||||
advancedMapping.from(Controller.Vive.LX).to(Controller.Standard.LX);
|
||||
advancedMapping.from(Controller.Vive.RY).invert().to(Standard.RY);
|
||||
}
|
||||
|
||||
function removeTranslationFromLeftStick() {
|
||||
|
|
Loading…
Reference in a new issue