diff options
author | Julian T <julian@jtle.dk> | 2020-03-21 00:12:55 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-03-21 00:15:49 +0100 |
commit | 7b907dc033ab10e8e1737f25b4b4cd42c71e9b1c (patch) | |
tree | 2b1b36437fbdd0c8e072bfd9e05dcb437a639d11 /scene.h | |
parent | 6f7f4b6fcb1ebc9243df515c838dde198b636bc1 (diff) |
Added enviromental lighting and progress counter
Diffstat (limited to 'scene.h')
-rw-r--r-- | scene.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ typedef struct { // Environment light // TODO make more general // Slows things down alot - bool env_enabled; + unsigned env_samples; color_t env_color; } space_t; |