From 7b907dc033ab10e8e1737f25b4b4cd42c71e9b1c Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 21 Mar 2020 00:12:55 +0100 Subject: Added enviromental lighting and progress counter --- scene.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene.h') 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; -- cgit v1.2.3