Javascript – THREE.js GLTFLoader alpha does not show transparency(shows white background instead)
I have a model defined in blender: As you can see, the texture is partially transparent(see nodes - I convert the white background to alpha): And make sure to enable BlendMode as AlphaClip(does not work with blendmode = opaque): However,…