mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 13:04:17 -05:00
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"title": "vrm.blendshape.materialbind",
|
|
"type": "object",
|
|
"properties": {
|
|
"materialName": {
|
|
"type": "string"
|
|
},
|
|
"propertyName": {
|
|
"type": "string"
|
|
},
|
|
"targetValue": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "number"
|
|
}
|
|
}
|
|
}
|
|
} |