diff options
Diffstat (limited to 'src/3d/object.h')
| -rw-r--r-- | src/3d/object.h | 3 |
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 }; |
