mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 04:53:10 +02:00
36 lines
No EOL
956 B
JSON
36 lines
No EOL
956 B
JSON
{
|
|
"name": "example mapping from Standard to actions",
|
|
"channels": [ {
|
|
"from": "Standard.LY",
|
|
"filters": [ {
|
|
"type": "clamp",
|
|
"min": 0,
|
|
"max": 1,
|
|
}
|
|
],
|
|
"to": "Actions.Forward",
|
|
}, {
|
|
"from": "Standard.LY",
|
|
"filters": [ {
|
|
"type": "clamp",
|
|
"min": -1,
|
|
"max": 0,
|
|
}, {
|
|
"type": "invert"
|
|
}
|
|
],
|
|
"to": "Actions.Backward",
|
|
}, {
|
|
"from": "Standard.LX",
|
|
"filters": [ {
|
|
"type": "scale",
|
|
"scale": 2.0,
|
|
}
|
|
],
|
|
"to": "Actions.Yaw",
|
|
}, {
|
|
"from": "Standard.A",
|
|
"to": "Actions.Action0"
|
|
}
|
|
]
|
|
} |