Add COLLADA importer #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
honey is currently limited to working with built-in and .obj meshes. The COLLADA interchange format is a universal 3D model format that supports tons of features, including, eventually, skeletal animation.
If possible, an off-the-shelf COLLADA importer would be preferred, but if this is not possible then we may need to write one from scratch. If that turns out the be the case, the COLLADA specification is available on the Khronos website.