Skip to content

Looking for M2 asset with uncompressed texture data. #4

@Mugen87

Description

@Mugen87

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions