You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful if the glTF Validator supported KHR_texture_basisu and mimeType:"image/ktx2".
Currently the validator reports multiple Warnings and Infos related to KTX2, and thus does not list the dimensions of the bitmaps, among other useful infos.
It would be helpful if the glTF Validator supported KHR_texture_basisu and mimeType:"image/ktx2".
Currently the validator reports multiple Warnings and Infos related to KTX2, and thus does not list the dimensions of the bitmaps, among other useful infos.
The Stained Glass Lamp sample model includes an example with KTX2 textures:
https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/StainedGlassLamp/glTF-KTX-BasisU
This model has the basisu extension listed in both extensionsUsed and extensionsRequired, because there are no fallback textures. (see #157)
Thanks!
The text was updated successfully, but these errors were encountered: