mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
20 lines
441 B
JSON
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
|
|
}
|
|
}
|
|
} |