UniVRM/specification/0.0/schema/vrm.blendshape.bind.schema.json
2018-08-22 14:24:33 +09:00

15 lines
268 B
JSON

{
"title": "vrm.blendshape.bind",
"type": "object",
"properties": {
"mesh": {
"type": "integer"
},
"index": {
"type": "integer"
},
"weight": {
"type": "number"
}
}
}