UniVRM/specification/0.0/schema/vrm.blendshape.bind.schema.json
2018-08-26 13:30:23 +09:00

15 lines
265 B
JSON

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