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

Looking for M2 asset with uncompressed texture data.

Open Mugen87 opened this issue 1 year ago • 1 comments

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 asset for testing (https://wow.tools/) so the below code path can be implemented and verified:

https://github.com/Mugen87/three-m2loader/blob/e71c7760f5b19c828a2befc0eaf8781db888d91d/M2Loader.js#L1735-L1739

Mugen87 avatar Sep 01 '22 09:09 Mugen87