aboutsummaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-03-02 18:57:28 +0100
committerJulian T <julian@jtle.dk>2020-03-02 18:58:17 +0100
commit1a849a6b3479a58f1101abadfe1995f4098f5354 (patch)
tree158a21deabfb2cd6250dca82e1219b13baeaf05a /scene.h
parent9aefb74ee094399e2ffffb1ed9935fbead18d73c (diff)
Added makefile and removed debug printing
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h1
1 files changed, 1 insertions, 0 deletions
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);