aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-09 15:31:16 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-09 15:31:16 +0100
commit923d66394610a756e58a977415810c2902b84c67 (patch)
tree8524ac0cf5430d4f03a1e36404c6fc860073b4d7
parentf6633670594e04baf77c14399c9f3bdaa49aecea (diff)
removed space coordinates
-rw-r--r--src/crepe/api/Transform.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/crepe/api/Transform.h b/src/crepe/api/Transform.h
index b63acaf..7ee6d65 100644
--- a/src/crepe/api/Transform.h
+++ b/src/crepe/api/Transform.h
@@ -13,14 +13,6 @@ namespace crepe {
*/
class Transform : public Component {
public:
- //! Specifies the coordinate space for transformations.
- enum Space {
- //! coordinates are relative to the active camera
- HUD,
- //! coordinates are relative to the game world
- WORLD,
- };
- Space coordinate_space = Space::WORLD;
//! Translation (shift)
vec2 position = {0, 0};
//! Rotation, in degrees clockwise