aboutsummaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-05-07 09:46:56 +0200
committerJulian T <julian@jtle.dk>2020-05-07 09:46:56 +0200
commitba99860760eda6ec221b15190547736407723f84 (patch)
tree18aa0f770efd4d584ea44709c16c78ea82d3ec3f /scene.h
parentc2bd065bafe52a3e85be7a87945ed47aec7a33d9 (diff)
Global illumination
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene.h b/scene.h
index 738f143..e7ee95f 100644
--- a/scene.h
+++ b/scene.h
@@ -80,6 +80,7 @@ typedef struct {
unsigned globallight_samples;
unsigned depth;
+ unsigned gl_opt_depth;
} settings_t;
typedef struct {