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

26 lines
845 B
JSON

{
"title": "vrm.secondaryanimation.collidergroup",
"type": "object",
"properties": {
"node": {
"description": "Where the collision detection is set up.",
"type": "integer"
},
"colliders": {
"type": "array",
"items": {
"type": "object",
"properties": {
"offset": {
"description": "The local coordinate from the collision detection node.",
"type": "array"
},
"radius": {
"description": "The radius of the sphere (specified body part) used for collision detection with swaying objects.",
"type": "number"
}
}
}
}
}
}