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
The above block implies that KHR_texture_basisu (or whatever extension may be used there) should be listed under extensionsRequired because otherwise there is no texture source.
There could potentially be a root-level extension like EXT_texture_default that provides a universal fallback image for all textures without defined source.
That said, I agree that assets with texture objects using BasisU extension without fallback should usually require BasisU extension.
Any texture that fails to supply a
source
image should (must?) supply at least one required extension.For example:
The above block implies that
KHR_texture_basisu
(or whatever extension may be used there) should be listed underextensionsRequired
because otherwise there is no texturesource
./cc KhronosGroup/glTF-Sample-Models#285
It might also be good to flag if the source is missing and there aren't any extensions:
The text was updated successfully, but these errors were encountered: