mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:18:43 +02:00
12 lines
683 B
JSON
12 lines
683 B
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.RX", "when": "!Application.CameraIndependent", "filters": { "type": "deadZone", "min": 0.05 }, "to": "Actions.Yaw" },
|
|
|
|
{ "from": "TouchscreenVirtualPad.RY", "when": "!Application.CameraIndependent", "to": "Actions.Pitch" }
|
|
]
|
|
}
|