You need to indicate to the ShaderMaterial
constructor that alpha blending should be enabled by setting needAlphaBlending: true
when you create the material:
2 Likes
You need to indicate to the ShaderMaterial
constructor that alpha blending should be enabled by setting needAlphaBlending: true
when you create the material: