Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Looking for M2 asset with uncompressed texture data. #4

Open
Mugen87 opened this issue Sep 1, 2022 · 1 comment
Open

Looking for M2 asset with uncompressed texture data. #4

Mugen87 opened this issue Sep 1, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Mugen87
Copy link
Owner

Mugen87 commented Sep 1, 2022

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:

three-m2loader/M2Loader.js

Lines 1735 to 1739 in e71c776

} else {
// TODO Handle uncompressed textures
}

@Mugen87 Mugen87 added enhancement New feature or request help wanted Extra attention is needed labels Sep 1, 2022
@Mugen87 Mugen87 changed the title Looking for a M2 asset with uncompressed texture data. Looking for M2 asset with uncompressed texture data. Sep 1, 2022
@Mugen87
Copy link
Owner Author

Mugen87 commented Oct 7, 2022

f3f1000 added supported for color palette textures but only for BLP_PIXEL_FORMAT_PIXEL_UNSPECIFIED. More textures for testing are required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant