Skip to content

Commit 5cc95a8

Browse files
fix depth checking
1 parent 9c27e01 commit 5cc95a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples_tests/42.FragmentShaderPathTracer/common.glsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// For conditions of distribution and use, see copyright notice in nabla.h
44

55
// basic settings
6-
#define MAX_DEPTH 8
6+
#define MAX_DEPTH 15
77
#define SAMPLES 32
88

99
// firefly and variance reduction techniques

0 commit comments

Comments
 (0)