overte-HifiExperiments/interface/resources/controllers/mapping-test0.json
2015-10-09 17:27:50 -07:00

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"
}
]
}