mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-12 13:34:39 -05:00
15 lines
265 B
JSON
15 lines
265 B
JSON
{
|
|
"title": "vrm.blendshape.bind",
|
|
"type": "object",
|
|
"properties": {
|
|
"mesh": {
|
|
"type": "integer"
|
|
},
|
|
"index": {
|
|
"type": "integer"
|
|
},
|
|
"weight": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
} |