aboutsummaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-03-25 18:53:37 +0100
committerJulian T <julian@jtle.dk>2020-03-25 19:27:11 +0100
commit7a48ecd394f7b3b8f0f6e18606f681ffac3e3a7c (patch)
tree9645bf9381263cb9acf8b9724d47c834d7e9a473 /scene.h
parentd87ae2cd9871806d18ac4f86b5e12e2c52aadc52 (diff)
Create new fitting scene to test area lights
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 b311ccc..08ed9e9 100644
--- a/scene.h
+++ b/scene.h
@@ -105,6 +105,6 @@ object_t *add_object(container_t *cont, unsigned type);
light_t *add_light(container_t *cont);
material_t *add_material(container_t *cont);
-void obj_norm_at(object_t *o, vector_t *dest, vector_t *point);
+void obj_norm_at(object_t *o, vector_t *dest, vector_t *point, vector_t *direction);
#endif