diff options
author | Julian T <julian@jtle.dk> | 2020-05-07 09:46:56 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-05-07 09:46:56 +0200 |
commit | ba99860760eda6ec221b15190547736407723f84 (patch) | |
tree | 18aa0f770efd4d584ea44709c16c78ea82d3ec3f /scene.h | |
parent | c2bd065bafe52a3e85be7a87945ed47aec7a33d9 (diff) |
Global illumination
Diffstat (limited to 'scene.h')
-rw-r--r-- | scene.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ typedef struct { unsigned globallight_samples; unsigned depth; + unsigned gl_opt_depth; } settings_t; typedef struct { |