From 923d66394610a756e58a977415810c2902b84c67 Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Mon, 9 Dec 2024 15:31:16 +0100 Subject: removed space coordinates --- src/crepe/api/Transform.h | 8 -------- 1 file changed, 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 -- cgit v1.2.3