mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 03:16:32 +02:00
48 lines
3.4 KiB
JSON
48 lines
3.4 KiB
JSON
{
|
|
"name": "Leap Motion to Standard",
|
|
"channels": [
|
|
{ "from": "LeapMotion.LeftHand", "to": "Standard.LeftHand" },
|
|
{ "from": "LeapMotion.LeftHandThumb1", "to": "Standard.LeftHandThumb1"},
|
|
{ "from": "LeapMotion.LeftHandThumb2", "to": "Standard.LeftHandThumb2"},
|
|
{ "from": "LeapMotion.LeftHandThumb3", "to": "Standard.LeftHandThumb3"},
|
|
{ "from": "LeapMotion.LeftHandThumb4", "to": "Standard.LeftHandThumb4"},
|
|
{ "from": "LeapMotion.LeftHandIndex1", "to": "Standard.LeftHandIndex1"},
|
|
{ "from": "LeapMotion.LeftHandIndex2", "to": "Standard.LeftHandIndex2"},
|
|
{ "from": "LeapMotion.LeftHandIndex3", "to": "Standard.LeftHandIndex3"},
|
|
{ "from": "LeapMotion.LeftHandIndex4", "to": "Standard.LeftHandIndex4"},
|
|
{ "from": "LeapMotion.LeftHandMiddle1", "to": "Standard.LeftHandMiddle1"},
|
|
{ "from": "LeapMotion.LeftHandMiddle2", "to": "Standard.LeftHandMiddle2"},
|
|
{ "from": "LeapMotion.LeftHandMiddle3", "to": "Standard.LeftHandMiddle3"},
|
|
{ "from": "LeapMotion.LeftHandMiddle4", "to": "Standard.LeftHandMiddle4"},
|
|
{ "from": "LeapMotion.LeftHandRing1", "to": "Standard.LeftHandRing1"},
|
|
{ "from": "LeapMotion.LeftHandRing2", "to": "Standard.LeftHandRing2"},
|
|
{ "from": "LeapMotion.LeftHandRing3", "to": "Standard.LeftHandRing3"},
|
|
{ "from": "LeapMotion.LeftHandRing4", "to": "Standard.LeftHandRing4"},
|
|
{ "from": "LeapMotion.LeftHandPinky1", "to": "Standard.LeftHandPinky1"},
|
|
{ "from": "LeapMotion.LeftHandPinky2", "to": "Standard.LeftHandPinky2"},
|
|
{ "from": "LeapMotion.LeftHandPinky3", "to": "Standard.LeftHandPinky3"},
|
|
{ "from": "LeapMotion.LeftHandPinky4", "to": "Standard.LeftHandPinky4"},
|
|
|
|
{ "from": "LeapMotion.RightHand", "to": "Standard.RightHand" },
|
|
{ "from": "LeapMotion.RightHandThumb1", "to": "Standard.RightHandThumb1"},
|
|
{ "from": "LeapMotion.RightHandThumb2", "to": "Standard.RightHandThumb2"},
|
|
{ "from": "LeapMotion.RightHandThumb3", "to": "Standard.RightHandThumb3"},
|
|
{ "from": "LeapMotion.RightHandThumb4", "to": "Standard.RightHandThumb4"},
|
|
{ "from": "LeapMotion.RightHandIndex1", "to": "Standard.RightHandIndex1"},
|
|
{ "from": "LeapMotion.RightHandIndex2", "to": "Standard.RightHandIndex2"},
|
|
{ "from": "LeapMotion.RightHandIndex3", "to": "Standard.RightHandIndex3"},
|
|
{ "from": "LeapMotion.RightHandIndex4", "to": "Standard.RightHandIndex4"},
|
|
{ "from": "LeapMotion.RightHandMiddle1", "to": "Standard.RightHandMiddle1"},
|
|
{ "from": "LeapMotion.RightHandMiddle2", "to": "Standard.RightHandMiddle2"},
|
|
{ "from": "LeapMotion.RightHandMiddle3", "to": "Standard.RightHandMiddle3"},
|
|
{ "from": "LeapMotion.RightHandMiddle4", "to": "Standard.RightHandMiddle4"},
|
|
{ "from": "LeapMotion.RightHandRing1", "to": "Standard.RightHandRing1"},
|
|
{ "from": "LeapMotion.RightHandRing2", "to": "Standard.RightHandRing2"},
|
|
{ "from": "LeapMotion.RightHandRing3", "to": "Standard.RightHandRing3"},
|
|
{ "from": "LeapMotion.RightHandRing4", "to": "Standard.RightHandRing4"},
|
|
{ "from": "LeapMotion.RightHandPinky1", "to": "Standard.RightHandPinky1"},
|
|
{ "from": "LeapMotion.RightHandPinky2", "to": "Standard.RightHandPinky2"},
|
|
{ "from": "LeapMotion.RightHandPinky3", "to": "Standard.RightHandPinky3"},
|
|
{ "from": "LeapMotion.RightHandPinky4", "to": "Standard.RightHandPinky4"}
|
|
]
|
|
}
|