Invalid KHR_texture_basisu usage in AnisotropyBarnLamp.gltf
donmccurdy opened this issue · 1 comments
donmccurdy commented
In the AnisotropyBarnLamp.gltf
sample, the .ktx2 textures are embedded without the required extensions:
Compare to the examples in the spec. A quick way to fix this is to read/write the model with glTF Transform, which will automatically append the missing extensions:
gltf-transform cp input.gltf output.gltf
echadwick-artist commented
That's what I get for editing raw JSON. Thanks for the issue!