Skip to content

Instantly share code, notes, and snippets.

@cg-method
Last active September 6, 2019 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cg-method/000ddb883cb24bdda794c3d06a05c0e2 to your computer and use it in GitHub Desktop.
Save cg-method/000ddb883cb24bdda794c3d06a05c0e2 to your computer and use it in GitHub Desktop.
【vmeets】アバター設定例
{
"Model": "neko.model3.json",
"RigParameters": [
{
"Key": "POVRig",
"Params": [
{
"Key": "LerpSpeed",
"FloatValue": 0.6
}
]
},
{
"Key": "MouthRig",
"Params": [
{
"Key": "LerpSpeed",
"FloatValue": 0
}
]
},
{
"Key": "RotationRig",
"Params": [
{
"Key": "LerpSpeed",
"FloatValue": 0
}
]
},
{
"Key": "EmoteRig",
"Params": [
{
"Key": "LerpSpeed",
"FloatValue": 0
}
]
},
{
"Key": "BreathRig",
"Params": [
{
"Key": "IntervalTime",
"FloatValue": 3
}
]
}
],
"EmoteMapping": [
{
"Key": "BrowAngleL",
"Params": [
"PARAM_BROW_L_ANGLE"
],
"Weights": [
1
]
},
{
"Key": "BrowAngleR",
"Params": [
"PARAM_BROW_R_ANGLE"
],
"Weights": [
1
]
},
{
"Key": "BrowYL",
"Params": [
"PARAM_BROW_L_Y"
],
"Weights": [
1
]
},
{
"Key": "BrowYR",
"Params": [
"PARAM_BROW_R_Y"
],
"Weights": [
1
]
},
{
"Key": "MouthForm",
"Params": [
"PARAM_MOUTH_FORM"
],
"Weights": [
1
]
},
{
"Key": "MouthOpen",
"Params": [
"PARAM_MOUTH_OPEN_Y"
],
"Weights": [
1
]
},
{
"Key": "EyeBallForm",
"Params": [
"PARAM_EYE_BALL_FORM"
],
"Weights": [
1
]
},
{
"Key": "EyeBallX",
"Params": [
"PARAM_EYE_BALL_X"
],
"Weights": [
1
]
},
{
"Key": "EyeBallY",
"Params": [
"PARAM_EYE_BALL_Y"
],
"Weights": [
1
]
},
{
"Key": "EyeSmileL",
"Params": [
"PARAM_EYE_L_SMILE"
],
"Weights": [
1
]
},
{
"Key": "EyeSmileR",
"Params": [
"PARAM_EYE_R_SMILE"
],
"Weights": [
1
]
},
{
"Key": "EyeOpenL",
"Params": [
"PARAM_EYE_L_OPEN"
],
"Weights": [
1
]
},
{
"Key": "EyeOpenR",
"Params": [
"PARAM_EYE_R_OPEN"
],
"Weights": [
1
]
},
{
"Key": "Tere",
"Params": [
"PARAM_TERE"
],
"Weights": [
1
]
},
{
"Key": "Breath",
"Params": [
"PARAM_BREATH"
],
"Weights": [
1
]
},
{
"Key": "AngleX",
"Params": [
"PARAM_ANGLE_X",
"PARAM_BODY_ANGLE_X"
],
"Weights": [
1,
0.2
]
},
{
"Key": "AngleY",
"Params": [
"PARAM_ANGLE_Y",
"PARAM_BODY_ANGLE_Y"
],
"Weights": [
1,
0.1
]
},
{
"Key": "AngleZ",
"Params": [
"PARAM_ANGLE_Z",
"PARAM_BODY_ANGLE_Z"
],
"Weights": [
1,
-0.3
]
},
{
"Key": "EyeForm",
"Params": [
"PARAM_EYE_FORM"
],
"Weights": [
1
]
}
],
"EmoteParams": [
{
"Name": "Normal",
"Params": [
{
"Key": "BrowAngleL",
"Value": "0.1"
},
{
"Key": "BrowAngleR",
"Value": "0.1"
},
{
"Key": "Mouth",
"Value": 0
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "0"
},
{
"Key": "EyeSmileR",
"Value": "0"
},
{
"Key": "EyeOpenL",
"Value": "0.6"
},
{
"Key": "EyeOpenR",
"Value": "0.6"
},
{
"Key": "Tere",
"Value": "-1"
},
{
"Key": "BrowYL",
"Value": "0.1"
},
{
"Key": "BrowYR",
"Value": "0.1"
},
{
"Key": "EyeForm",
"Value": "0"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
},
{
"Key": "MouthForm",
"Value": "0.4"
},
{
"Key": "EyeBallForm",
"Value": "0"
}
]
},
{
"Name": "Smile",
"Params": [
{
"Key": "BrowAngleL",
"Value": "0.2"
},
{
"Key": "BrowAngleR",
"Value": "0.2"
},
{
"Key": "Mouth",
"Value": 0.7
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "0.7"
},
{
"Key": "EyeSmileR",
"Value": "0.7"
},
{
"Key": "EyeOpenL",
"Value": "0.6"
},
{
"Key": "EyeOpenR",
"Value": "0.6"
},
{
"Key": "Tere",
"Value": "0"
},
{
"Key": "BrowYL",
"Value": "0"
},
{
"Key": "BrowYR",
"Value": "0"
},
{
"Key": "MouthForm",
"Value": "0.6"
},
{
"Key": "EyeForm",
"Value": "0"
},
{
"Key": "EyeBallForm",
"Value": "0.3"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
}
]
},
{
"Name": "Sad",
"Params": [
{
"Key": "BrowAngleL",
"Value": "0.6"
},
{
"Key": "BrowAngleR",
"Value": "0.6"
},
{
"Key": "Mouth",
"Value": -0.5
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "-1"
},
{
"Key": "EyeSmileR",
"Value": "-1"
},
{
"Key": "EyeOpenL",
"Value": "0"
},
{
"Key": "EyeOpenR",
"Value": "0"
},
{
"Key": "Tere",
"Value": "-1"
},
{
"Key": "BrowYR",
"Value": "0"
},
{
"Key": "BrowYL",
"Value": "0"
},
{
"Key": "EyeForm",
"Value": "0.6"
},
{
"Key": "EyeBallForm",
"Value": "0.4"
},
{
"Key": "MouthForm",
"Value": "-0.6"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
}
]
},
{
"Name": "Happy",
"Params": [
{
"Key": "BrowAngleL",
"Value": "0.2"
},
{
"Key": "BrowAngleR",
"Value": "0.2"
},
{
"Key": "Mouth",
"Value": 1
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "1"
},
{
"Key": "EyeSmileR",
"Value": "1"
},
{
"Key": "EyeOpenL",
"Value": "-1"
},
{
"Key": "EyeOpenR",
"Value": "-1"
},
{
"Key": "Tere",
"Value": "1"
},
{
"Key": "EyeForm",
"Value": "0"
},
{
"Key": "EyeBallForm",
"Value": "0.3"
},
{
"Key": "MouthForm",
"Value": "0.7"
},
{
"Key": "BrowYR",
"Value": "0"
},
{
"Key": "BrowYL",
"Value": "0"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
}
]
},
{
"Name": "Shy",
"Params": [
{
"Key": "BrowAngleL",
"Value": "0.4"
},
{
"Key": "BrowAngleR",
"Value": "0.5"
},
{
"Key": "Mouth",
"Value": 0
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "1"
},
{
"Key": "EyeSmileR",
"Value": "1"
},
{
"Key": "EyeOpenL",
"Value": "0"
},
{
"Key": "EyeOpenR",
"Value": "0"
},
{
"Key": "Tere",
"Value": "1"
},
{
"Key": "BrowYL",
"Value": "-0.4"
},
{
"Key": "MouthForm",
"Value": "-0.4"
},
{
"Key": "EyeForm",
"Value": "0.7"
},
{
"Key": "EyeBallForm",
"Value": "0.3"
},
{
"Key": "BrowYR",
"Value": "-0.4"
},
{
"Key": "ArmL",
"Value": "0"
}
]
},
{
"Name": "Surprise",
"Params": [
{
"Key": "BrowAngleL",
"Value": "0.4"
},
{
"Key": "BrowAngleR",
"Value": "0.4"
},
{
"Key": "Mouth",
"Value": 0
},
{
"Key": "EyeBall",
"Value": -1
},
{
"Key": "EyeSmileL",
"Value": "0"
},
{
"Key": "EyeSmileR",
"Value": "0"
},
{
"Key": "EyeOpenL",
"Value": "1"
},
{
"Key": "EyeOpenR",
"Value": "1"
},
{
"Key": "Tere",
"Value": "0"
},
{
"Key": "BrowYL",
"Value": "0.3"
},
{
"Key": "BrowYR",
"Value": "0.3"
},
{
"Key": "MouthForm",
"Value": "0"
},
{
"Key": "EyeForm",
"Value": "-0.3"
},
{
"Key": "EyeBallForm",
"Value": "-1"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
}
]
},
{
"Name": "Doubt",
"Params": [
{
"Key": "BrowAngleL",
"Value": "-0.3"
},
{
"Key": "BrowAngleR",
"Value": "0"
},
{
"Key": "Mouth",
"Value": -1
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "0"
},
{
"Key": "EyeSmileR",
"Value": "0"
},
{
"Key": "EyeOpenL",
"Value": "0.1"
},
{
"Key": "EyeOpenR",
"Value": "0.1"
},
{
"Key": "Tere",
"Value": "0"
},
{
"Key": "BrowYL",
"Value": "0.3"
},
{
"Key": "BrowYR",
"Value": "0.3"
},
{
"Key": "MouthForm",
"Value": "-0.3"
},
{
"Key": "EyeForm",
"Value": "-0.6"
},
{
"Key": "EyeBallForm",
"Value": "0"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
}
]
},
{
"Name": "Jito",
"Params": [
{
"Key": "BrowAngleL",
"Value": "-0.2"
},
{
"Key": "BrowAngleR",
"Value": "-0.2"
},
{
"Key": "Mouth",
"Value": 0.7
},
{
"Key": "EyeBall",
"Value": 0
},
{
"Key": "EyeSmileL",
"Value": "0"
},
{
"Key": "EyeSmileR",
"Value": "0"
},
{
"Key": "EyeOpenL",
"Value": "-0.2"
},
{
"Key": "EyeOpenR",
"Value": "-0.2"
},
{
"Key": "Tere",
"Value": "0"
},
{
"Key": "BrowYL",
"Value": "0.3"
},
{
"Key": "BrowYR",
"Value": "0.3"
},
{
"Key": "MouthForm",
"Value": "0.5"
},
{
"Key": "EyeForm",
"Value": "-0.6"
},
{
"Key": "EyeBallForm",
"Value": "0"
},
{
"Key": "ArmL",
"Value": "0"
},
{
"Key": "ArmR",
"Value": "0"
}
]
}
],
"Shader": "sprite",
"CameraPosition": {
"PositionX": 0,
"PositionY": 0.8,
"PositionZ": 12
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment