diff options
author | Julian T <julian@jtle.dk> | 2020-03-02 18:57:28 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-03-02 18:58:17 +0100 |
commit | 1a849a6b3479a58f1101abadfe1995f4098f5354 (patch) | |
tree | 158a21deabfb2cd6250dca82e1219b13baeaf05a /scene.h | |
parent | 9aefb74ee094399e2ffffb1ed9935fbead18d73c (diff) |
Added makefile and removed debug printing
Diffstat (limited to 'scene.h')
-rw-r--r-- | scene.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |