完成UV对齐

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