aboutsummaryrefslogtreecommitdiffstats
path: root/test/raytracer/simplify.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/raytracer/simplify.h')
-rw-r--r--test/raytracer/simplify.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/raytracer/simplify.h b/test/raytracer/simplify.h
new file mode 100644
index 00000000..b2d17957
--- /dev/null
+++ b/test/raytracer/simplify.h
@@ -0,0 +1,3 @@
+/* Add bounding sphere info to the given object (recursively) */
+
+void compute_bounding_spheres(struct object * obj);