UniVRM/specification/0.0/schema/vrm.blendshape.bind.schema.json
2019-01-09 16:16:16 +09:00

20 lines
441 B
JSON

{
"title": "vrm.blendshape.bind",
"type": "object",
"properties": {
"mesh": {
"type": "integer",
"minimum": 0
},
"index": {
"type": "integer",
"minimum": 0
},
"weight": {
"description": "SkinnedMeshRenderer.SetBlendShapeWeight",
"type": "number",
"minimum": 0,
"maximum": 100
}
}
}