markaren / threepp

C++20 port of three.js (r129)
MIT License
620 stars 57 forks source link

Animation support #75

Open carryinfo opened 1 year ago

carryinfo commented 1 year ago

could you support the animation of 3D model file

markaren commented 1 year ago

It's not something I'll personally will look into.

ggslayer commented 1 year ago

fbx animation is very importort for me. It's so sad to see this answer... : ( @markaren

markaren commented 1 year ago

No promises for the future, but I might eventually look into morphing, but I would'nt hold my breath. There is also the possiblity that someone else does a contribution that would enable animations.

markaren commented 1 year ago

Good news, I managed to get morphtargets working. See: #171

markaren commented 1 year ago

SkinnedMesh was added in #178

The Animation system, however, is a massive undertaking. We'll see what happens in the future.