Transparent grass, alpha blend in engine. Blender is broken

main
Cameron Murphy Reikes 12 months ago
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;
void main() {
frag_color = vec4(texture(tex, uv).rgb, 1.0);
frag_color = texture(tex, uv);
}
@end

Loading…
Cancel
Save