markaren / threepp

C++20 port of three.js (r129)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading bones using assimp

markaren opened this issue · comments

#178 added SkinnedMesh, but it has little utility without support in loaders.
I've looked briefly at the AssimpLoader, but I am at a loss on how to load skeletal information..

Help would be appriciated if animation ever should be a thing.

Progress :)

image

Sucessfully loaded a GLB and Collada model. Solved an issue with duplicte bones.

image