JPhil
0
Q:

fragment shader using alpha godot

uniform texture diffuse;

color alpha = tex(diffuse, UV).rgba;

if (alpha.r == 1.0 && alpha.g == 0.0 && alpha.b == 1.0) {
    alpha.a=0.0;
}

COLOR = alpha;
0

New to Communities?

Join the community