visgl / loaders.gl

Loaders for big data visualization. Website:
https://loaders.gl
Other
678 stars 187 forks source link

feat(textures): Support loading mipmaps in KTX2 textures #2999

Closed donmccurdy closed 2 months ago

donmccurdy commented 2 months ago

Someone on the Web Game Dev Discord server reported that loaders.gl doesn't return any mipmaps for KTX2 textures. Appears to be a quick fix, and the returned data looks valid. I've updated ktx-parse to a newer version, while I'm here.

Screenshot 2024-05-10 at 10 42 24 AM