Skip to content

Add list of supported KHR extensions to bevy_gltf's docs #19100

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jf908
Copy link
Contributor

@jf908 jf908 commented May 6, 2025

Objective

Solution

  • Docs!

Testing

I created this list by browsing Bevy's source code rather than testing gltf files so its possible there is some partial/wonky support I didn't uncover.

@JMS55
Copy link
Contributor

JMS55 commented May 6, 2025

Do we not support webp? The image crate does.

@jf908
Copy link
Contributor Author

jf908 commented May 6, 2025

Do we not support webp? The image crate does.

We support webp, just not in glTFs. Similar to basisu/ktx2 it just needs hooking up properly because the gltf format for texture extensions is slightly different to jpg/png. I made an issue for ktx2 in gltf and explained it here.

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 this pull request may close these issues.

Document which GLTF extensions are (un)supported
3 participants