We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804d8f0 commit f8fb977Copy full SHA for f8fb977
1 file changed
src/materials/glsl/mask.frag
@@ -85,7 +85,7 @@ void main() {
85
86
#else
87
88
- // DISCARD / MULTIPLY
+ // MULTIPLY
89
gl_FragColor = mask * texture2D(inputBuffer, vUv);
90
91
#endif
0 commit comments