This commit is contained in:
luboslenco
2018-05-03 01:43:30 +02:00
parent eac4dbbe0a
commit b0a0fe4162
7 changed files with 40102 additions and 134 deletions
+2 -1
View File
@@ -10,5 +10,6 @@ void main() {
// Show basecolor
vec4 texcolor = texture(tex, texCoord) * color;
// texcolor.rgb *= color.a;
FragColor = vec4(texcolor.rgb, 1.0);
// FragColor = vec4(texcolor.rgb, 1.0);
FragColor = texcolor;
}