summaryrefslogtreecommitdiff
path: root/src/3d/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3d/object.h')
-rw-r--r--src/3d/object.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/3d/object.h b/src/3d/object.h
index ccbb1e1..2099a5c 100644
--- a/src/3d/object.h
+++ b/src/3d/object.h
@@ -11,7 +11,8 @@ enum class ObjectType {
SPHERE,
PLANE,
TORUS,
- BOX
+ BOX,
+ SKYBOX
// Add more SDF types here
};