mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:23:04 +02:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"name": "TouchscreenVirtualPad to Actions",
|
|
"channels": [
|
|
{ "from": "TouchscreenVirtualPad.LY", "when": "!Application.CameraIndependent", "filters": { "type": "deadZone", "min": 0.05 }, "to": "Actions.TranslateZ" },
|
|
|
|
{ "from": "TouchscreenVirtualPad.LX", "when": "!Application.CameraIndependent", "filters": { "type": "deadZone", "min": 0.05 }, "to": "Actions.TranslateX" },
|
|
|
|
{ "from": "TouchscreenVirtualPad.JUMP_BUTTON_PRESS", "when": "!Application.CameraIndependent", "to": "Actions.VERTICAL_UP" },
|
|
|
|
{ "from": "TouchscreenVirtualPad.RX", "when": "!Application.CameraIndependent",
|
|
"filters": [
|
|
{ "type": "deadZone", "min": 0.000 },
|
|
{ "type": "scale", "scale": 0.06 },
|
|
"invert"
|
|
],
|
|
"to": "Actions.Yaw"
|
|
},
|
|
|
|
{ "from": "TouchscreenVirtualPad.RY", "when": "!Application.CameraIndependent",
|
|
"filters": [
|
|
{ "type": "deadZone", "min": 0.000 },
|
|
{ "type": "scale", "scale": 0.06 },
|
|
"invert"
|
|
],
|
|
"to": "Actions.Pitch"
|
|
},
|
|
|
|
{ "from": "TouchscreenVirtualPad.RB", "to": "Standard.RB"}
|
|
|
|
]
|
|
}
|