Defines a mapping between face groups on geometry objects and nodes.
Name | Description | Default | Required |
---|---|---|---|
id | A string representing the name of the selection set. Needs to be unique in the list of selection sets that this selection set belongs to. | None | yes |
mappings | An array of string pairs (face group name, node name) that define the mapping. | None | yes |
{ "id": "Bones", "mappings": [ [ string, string ], [ string, string ], [ string, string ] ... ] }