From f07ce241946dd21bf6163adca3ae829e3fb11bed Mon Sep 17 00:00:00 2001 From: gradient <gradient@null.and.void> Date: Mon, 29 May 2017 22:51:55 -0500 Subject: [PATCH] Black background --- examples/test/shaders/test.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test/shaders/test.frag b/examples/test/shaders/test.frag index 6508502..f7f8768 100644 --- a/examples/test/shaders/test.frag +++ b/examples/test/shaders/test.frag @@ -83,7 +83,7 @@ void main() { float mat_idx = result.y; float iters = result.z; if (depth >= FAR_D) { - color = vec4(1.0, 0.5, 1.0, 1.0); + color = vec4(0.); return; }