Mugen87 / three-m2loader

three.js loader for importing M2 assets from World of Warcraft.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Skeletal Animation.

Mugen87 opened this issue · comments

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.