From 1a849a6b3479a58f1101abadfe1995f4098f5354 Mon Sep 17 00:00:00 2001 From: Julian T Date: Mon, 2 Mar 2020 18:57:28 +0100 Subject: Added makefile and removed debug printing --- scene.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene.h') diff --git a/scene.h b/scene.h index 5e647eb..90e5ebb 100644 --- a/scene.h +++ b/scene.h @@ -61,6 +61,7 @@ typedef struct { light_t *lights; color_t ambient; + color_t back; } space_t; object_t *add_sphere(space_t *s, vector_t *c, COORD_T r, material_t *m); -- cgit v1.2.3