KhronosGroup / glTF-Compressor

To store the source code for the glTF-Compressor project
Other
58 stars 6 forks source link

Supporting Mipmaps? #12

Open donmccurdy opened 1 year ago

donmccurdy commented 1 year ago

Hi!

I noticed that support for embedding mipmaps is currently missing from glTF Compressor. Clients cannot typically generate mipmaps for compressed textures at runtime, so I think that would be an important addition when possible.

Possibly this depends on https://github.com/KhronosGroup/KTX-Software/issues/464?