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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for MSFT_texture_dds extension #203

Open
Keenuts opened this issue Feb 27, 2023 · 1 comment
Open

Add support for MSFT_texture_dds extension #203

Keenuts opened this issue Feb 27, 2023 · 1 comment

Comments

@Keenuts
Copy link

Keenuts commented Feb 27, 2023

Hi!

GLTF supports JPG and PNG files. Both those files don't support compression nor mipmaps. DDS is a well-supported file format, which provides both.
An extension to GLTF is available (draft still 馃槬)(https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Vendor/MSFT_texture_dds/schema/glTF.MSFT_texture_dds.schema.json), so might be useful in the future if cgltf supports it.

@Keenuts
Copy link
Author

Keenuts commented Feb 27, 2023

Sent a PR to have an example model to test with:
KhronosGroup/glTF-Sample-Models#378

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant