Hello together,
if I export a project to JSON, it works fine. I just want to know: in the skins section every attachment has a key "type". What different types of attachments exist?
I know there are "mesh" and "boundingbox". Are there some other types, and how can I configure them ?
Example:
"left-hand-item": {
"dagger": { "x": 7.88, "y": -23.46, "rotation": 10.48, "width": 26, "height": 108 },
"spear": {
"type": "mesh", // <
---
here is the type
"uvs": [ ... ],
"triangles": [ ... ],
"vertices": [ ... ],
"hull": 14,
"edges": [ .... ],
"width": 22,
"height": 368
}
}
Thank you,
David