mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 15:01:57 +02:00
9 lines
329 B
JSON
9 lines
329 B
JSON
{
|
|
"name": "Kinect to Standard",
|
|
"channels": [
|
|
{ "from": "Kinect.LeftHand", "to": "Standard.LeftHand" },
|
|
{ "from": "Kinect.RightHand", "to": "Standard.RightHand" },
|
|
{ "from": "Kinect.LeftFoot", "to": "Standard.LeftFoot" },
|
|
{ "from": "Kinect.RightFoot", "to": "Standard.RightFoot" }
|
|
]
|
|
}
|