Compressed Texture Workflow (glTF|Basis)

Sorry for the delay on this. If you set texture.minFilter = texture.maxFilter = THREE.LinearFilter you’ll see the texture:

Those settings should probably be in the glTF file itself, as a sampler for the texture, but without an official extension it’s pretty DIY at the moment.

2 Likes