mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-25 12:28:43 -05:00
26 lines
845 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |