mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 04:24:27 +02:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"name": "Standard to Action",
|
|
"channels": [
|
|
{ "from": "Standard.LY", "to": "Actions.TranslateZ" },
|
|
{ "from": "Standard.LX", "to": "Actions.TranslateX" },
|
|
|
|
{ "from": "Standard.RX",
|
|
"when": [ "Application.InHMD", "Application.ComfortMode" ],
|
|
"to": "Actions.StepYaw",
|
|
"filters":
|
|
[
|
|
{ "type": "pulse", "interval": 0.5 },
|
|
{ "type": "scale", "scale": 15 }
|
|
]
|
|
},
|
|
|
|
|
|
{ "from": "Standard.RX", "to": "Actions.Yaw" },
|
|
{ "from": "Standard.RY", "to": "Actions.Pitch" },
|
|
|
|
|
|
{ "from": [ "Standard.DU", "Standard.DL", "Standard.DR", "Standard.DD" ], "to": "Standard.LeftPrimaryThumb" },
|
|
{ "from": "Standard.Back", "to": "Standard.LeftSecondaryThumb" },
|
|
|
|
{ "from": [ "Standard.A", "Standard.B", "Standard.X", "Standard.Y" ], "to": "Standard.RightPrimaryThumb" },
|
|
{ "from": "Standard.Start", "to": "Standard.RightSecondaryThumb" },
|
|
|
|
{ "from": "Standard.LT", "to": "Actions.LeftHandClick" },
|
|
{ "from": "Standard.RT", "to": "Actions.RightHandClick" },
|
|
|
|
{ "from": "Standard.LeftHand", "to": "Actions.LeftHand" },
|
|
{ "from": "Standard.RightHand", "to": "Actions.RightHand" }
|
|
]
|
|
}
|
|
|
|
|