Mugen87 / three-m2loader

three.js loader for importing M2 assets from World of Warcraft.
MIT License
25 stars 8 forks source link

Add Skeletal Animation. #2

Closed Mugen87 closed 10 months ago

Mugen87 commented 2 years ago

M2Loader does not yet support skeletal animation which is however the most important animation technique for character models.

I've tried to implement the feature and tested it with druidcat2.m2 however the geometry gets distorted and not properly animated. Unfortunately, https://wowdev.wiki/ does not provide enough information about how the skeleton should be built and integrated in the scene graph.

Mugen87 commented 10 months ago

Initial support for skeletal animation was added via a2fa9e333b0ecad6e34c37df7dbe6e2a29312ce6.