Transparent grass, alpha blend in engine. Blender is broken

main
parent 2bda33bfca
commit 6f4a3c93f2

BIN
art/art.blend (Stored with Git LFS)

Binary file not shown.

BIN
art/gigatexture.png (Stored with Git LFS)

Binary file not shown.

@ -26,7 +26,7 @@ in vec2 uv;
out vec4 frag_color; out vec4 frag_color;
void main() { void main() {
frag_color = vec4(texture(tex, uv).rgb, 1.0); frag_color = texture(tex, uv);
} }
@end @end

Loading…
Cancel
Save