mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 21:14:19 -05:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"title": "vrm.humanoid",
|
|
"type": "object",
|
|
"properties": {
|
|
"humanBones": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "vrm.humanoid.bone.schema.json"
|
|
}
|
|
},
|
|
"armStretch": {
|
|
"description": "Unity's HumanDescription.armStretch",
|
|
"type": "number"
|
|
},
|
|
"legStretch": {
|
|
"description": "Unity's HumanDescription.legStretch",
|
|
"type": "number"
|
|
},
|
|
"upperArmTwist": {
|
|
"description": "Unity's HumanDescription.upperArmTwist",
|
|
"type": "number"
|
|
},
|
|
"lowerArmTwist": {
|
|
"description": "Unity's HumanDescription.lowerArmTwist",
|
|
"type": "number"
|
|
},
|
|
"upperLegTwist": {
|
|
"description": "Unity's HumanDescription.upperLegTwist",
|
|
"type": "number"
|
|
},
|
|
"lowerLegTwist": {
|
|
"description": "Unity's HumanDescription.lowerLegTwist",
|
|
"type": "number"
|
|
},
|
|
"feetSpacing": {
|
|
"description": "Unity's HumanDescription.feetSpacing",
|
|
"type": "number"
|
|
},
|
|
"hasTranslationDoF": {
|
|
"description": "Unity's HumanDescription.hasTranslationDoF",
|
|
"type": "boolean"
|
|
}
|
|
}
|
|
} |