aboutsummaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-03-21 00:12:55 +0100
committerJulian T <julian@jtle.dk>2020-03-21 00:15:49 +0100
commit7b907dc033ab10e8e1737f25b4b4cd42c71e9b1c (patch)
tree2b1b36437fbdd0c8e072bfd9e05dcb437a639d11 /scene.h
parent6f7f4b6fcb1ebc9243df515c838dde198b636bc1 (diff)
Added enviromental lighting and progress counter
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene.h b/scene.h
index 7eef588..062f80f 100644
--- a/scene.h
+++ b/scene.h
@@ -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;