summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray_object_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray/ray_object_type.h')
-rw-r--r--src/modules/ray/ray_object_type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/ray/ray_object_type.h b/src/modules/ray/ray_object_type.h
new file mode 100644
index 0000000..6ce20f5
--- /dev/null
+++ b/src/modules/ray/ray_object_type.h
@@ -0,0 +1,11 @@
+#ifndef _RAY_OBJECT_TYPE_H
+#define _RAY_OBJECT_TYPE_H
+
+typedef enum ray_object_type_t {
+ RAY_OBJECT_TYPE_SPHERE,
+ RAY_OBJECT_TYPE_POINT,
+ RAY_OBJECT_TYPE_PLANE,
+ RAY_OBJECT_TYPE_LIGHT,
+} ray_object_type_t;
+
+#endif
© All Rights Reserved