This commit is contained in:
xsl
2025-09-28 22:20:13 +08:00
parent 9aa28ca830
commit cbe0056ab2
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -16,7 +16,8 @@ void main()
vec4 textureColor = color;
if (textureColor.a < 0.1) {
textureColor = vec4(0.2, 0.2, 0.2, 0.5);
//textureColor = vec4(0.2, 0.2, 0.2, 0.5);
discard;
}
outFragColor = textureColor;
Binary file not shown.