mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-20 04:29:18 +02:00
60 lines
4 KiB
JSON
60 lines
4 KiB
JSON
{
|
|
"name": "OSC to Standard",
|
|
"channels": [
|
|
{ "from": "OSC.Head", "to" : "Standard.Head" },
|
|
{ "from": "OSC.LeftEye", "to" : "Standard.LeftEye" },
|
|
{ "from": "OSC.RightEye", "to" : "Standard.RightEye" },
|
|
{ "from": "OSC.BrowInnerUp", "to": "Standard.BrowInnerUp" },
|
|
{ "from": "OSC.BrowDownLeft", "to": "Standard.BrowDownLeft" },
|
|
{ "from": "OSC.BrowDownRight", "to": "Standard.BrowDownRight" },
|
|
{ "from": "OSC.BrowOuterUpLeft", "to": "Standard.BrowOuterUpLeft" },
|
|
{ "from": "OSC.BrowOuterUpRight", "to": "Standard.BrowOuterUpRight" },
|
|
{ "from": "OSC.EyeLookUpLeft", "to": "Standard.EyeLookUpLeft" },
|
|
{ "from": "OSC.EyeLookUpRight", "to": "Standard.EyeLookUpRight" },
|
|
{ "from": "OSC.EyeLookDownLeft", "to": "Standard.EyeLookDownLeft" },
|
|
{ "from": "OSC.EyeLookDownRight", "to": "Standard.EyeLookDownRight" },
|
|
{ "from": "OSC.EyeLookInLeft", "to": "Standard.EyeLookInLeft" },
|
|
{ "from": "OSC.EyeLookInRight", "to": "Standard.EyeLookInRight" },
|
|
{ "from": "OSC.EyeLookOutLeft", "to": "Standard.EyeLookOutLeft" },
|
|
{ "from": "OSC.EyeLookOutRight", "to": "Standard.EyeLookOutRight" },
|
|
{ "from": "OSC.EyeBlinkLeft", "to": "Standard.EyeBlinkLeft" },
|
|
{ "from": "OSC.EyeBlinkRight", "to": "Standard.EyeBlinkRight" },
|
|
{ "from": "OSC.EyeSquintLeft", "to": "Standard.EyeSquintLeft" },
|
|
{ "from": "OSC.EyeSquintRight", "to": "Standard.EyeSquintRight" },
|
|
{ "from": "OSC.EyeWideLeft", "to": "Standard.EyeWideLeft" },
|
|
{ "from": "OSC.EyeWideRight", "to": "Standard.EyeWideRight" },
|
|
{ "from": "OSC.CheekPuff", "to": "Standard.CheekPuff" },
|
|
{ "from": "OSC.CheekSquintLeft", "to": "Standard.CheekSquintLeft" },
|
|
{ "from": "OSC.CheekSquintRight", "to": "Standard.CheekSquintRight" },
|
|
{ "from": "OSC.NoseSneerLeft", "to": "Standard.NoseSneerLeft" },
|
|
{ "from": "OSC.NoseSneerRight", "to": "Standard.NoseSneerRight" },
|
|
{ "from": "OSC.JawOpen", "to": "Standard.JawOpen" },
|
|
{ "from": "OSC.JawForward", "to": "Standard.JawForward" },
|
|
{ "from": "OSC.JawLeft", "to": "Standard.JawLeft" },
|
|
{ "from": "OSC.JawRight", "to": "Standard.JawRight" },
|
|
{ "from": "OSC.MouthFunnel", "to": "Standard.MouthFunnel" },
|
|
{ "from": "OSC.MouthPucker", "to": "Standard.MouthPucker" },
|
|
{ "from": "OSC.MouthLeft", "to": "Standard.MouthLeft" },
|
|
{ "from": "OSC.MouthRight", "to": "Standard.MouthRight" },
|
|
{ "from": "OSC.MouthRollUpper", "to": "Standard.MouthRollUpper" },
|
|
{ "from": "OSC.MouthRollLower", "to": "Standard.MouthRollLower" },
|
|
{ "from": "OSC.MouthShrugUpper", "to": "Standard.MouthShrugUpper" },
|
|
{ "from": "OSC.MouthShrugLower", "to": "Standard.MouthShrugLower" },
|
|
{ "from": "OSC.MouthClose", "to": "Standard.MouthClose" },
|
|
{ "from": "OSC.MouthSmileLeft", "to": "Standard.MouthSmileLeft" },
|
|
{ "from": "OSC.MouthSmileRight", "to": "Standard.MouthSmileRight" },
|
|
{ "from": "OSC.MouthFrownLeft", "to": "Standard.MouthFrownLeft" },
|
|
{ "from": "OSC.MouthFrownRight", "to": "Standard.MouthFrownRight" },
|
|
{ "from": "OSC.MouthDimpleLeft", "to": "Standard.MouthDimpleLeft" },
|
|
{ "from": "OSC.MouthDimpleRight", "to": "Standard.MouthDimpleRight" },
|
|
{ "from": "OSC.MouthUpperUpLeft", "to": "Standard.MouthUpperUpLeft" },
|
|
{ "from": "OSC.MouthUpperUpRight", "to": "Standard.MouthUpperUpRight" },
|
|
{ "from": "OSC.MouthLowerDownLeft", "to": "Standard.MouthLowerDownLeft" },
|
|
{ "from": "OSC.MouthLowerDownRight", "to": "Standard.MouthLowerDownRight" },
|
|
{ "from": "OSC.MouthPressLeft", "to": "Standard.MouthPressLeft" },
|
|
{ "from": "OSC.MouthPressRight", "to": "Standard.MouthPressRight" },
|
|
{ "from": "OSC.MouthStretchLeft", "to": "Standard.MouthStretchLeft" },
|
|
{ "from": "OSC.MouthStretchRight", "to": "Standard.MouthStretchRight" },
|
|
{ "from": "OSC.TongueOut", "to": "Standard.TongueOut" }
|
|
]
|
|
}
|