Browse Source

Black background

master
gradient 8 years ago
parent
commit
f07ce24194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/test/shaders/test.frag

+ 1
- 1
examples/test/shaders/test.frag View File

@ -83,7 +83,7 @@ void main() {
float mat_idx = result.y; float mat_idx = result.y;
float iters = result.z; float iters = result.z;
if (depth >= FAR_D) { if (depth >= FAR_D) {
color = vec4(1.0, 0.5, 1.0, 1.0);
color = vec4(0.);
return; return;
} }


Loading…
Cancel
Save