three-m2loader icon indicating copy to clipboard operation
three-m2loader copied to clipboard

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

Results 5 three-m2loader issues
Sort by recently updated
recently updated
newest added

I've noticed an issue with the WotLK-Version of the airelemental: https://github.com/Mugen87/three-m2loader/assets/11258252/9ef99c1b-b53e-48e2-8fa1-e174122d81df When playing the death-sequence, the "main body" of the elemental should disappear, but that doesn't work. This is because...

bug

M2 files lower than `Wrath of the Lich King` (264) use a legacy data structure for tracks. It would be good for compatibility to support this format if the required...

enhancement
help wanted

Starting with Legion, M2 assets might be chunked. `M2Loader` only support a small subset of chunks for far. To improve the compatibility with newer files, chunk parsing support has to...

enhancement
help wanted

Most M2 asset rely on S3TC texture compression which the loader already supports. However, certain assets use uncompressed textures. It would be good to know the filename of such an...

enhancement
help wanted

It would be good to know if there is an intended way to detect whether an object is animated or not. Right now, `M2Loader` counts the number of bones although...

enhancement
help wanted