mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-21 13:03:30 +02:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"name": "Standard to Action",
|
|
"channels": [
|
|
{ "from": "Standard.LY", "to": "Actions.TranslateZ" },
|
|
{ "from": "Standard.LX", "to": "Actions.TranslateX" },
|
|
{ "from": "Standard.RX", "to": "Actions.Yaw" },
|
|
{ "from": "Standard.RY", "to": "Actions.Pitch" },
|
|
|
|
{ "from": [ "Standard.DU", "Standard.DU", "Standard.DU", "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.RT",
|
|
"to": "Actions.BOOM_IN",
|
|
"filters": [ { "type": "scale", "scale": 0.1 } ]
|
|
},
|
|
|
|
{
|
|
"from": "Standard.LT",
|
|
"to": "Actions.BOOM_OUT",
|
|
"filters": [ { "type": "scale", "scale": 0.1 } ]
|
|
},
|
|
|
|
{ "from": "Standard.LeftHand", "to": "Actions.LEFT_HAND" },
|
|
{ "from": "Standard.RightHand", "to": "Actions.RIGHT_HAND" }
|
|
]
|
|
}
|