diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-11-25 14:32:56 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-11-25 14:32:56 +0000 |
commit | 3200eb41d60595813dca751fe15193ba0b44dddf (patch) | |
tree | 064232efc8c72cfc8e7c723eec0d8438e561748a /lib/location.h | |
parent | Send position and rotation matrix to GPU separately in shadowmapper dynamic (diff) | |
download | ilt-3200eb41d60595813dca751fe15193ba0b44dddf.tar.bz2 ilt-3200eb41d60595813dca751fe15193ba0b44dddf.tar.xz ilt-3200eb41d60595813dca751fe15193ba0b44dddf.zip |
Remove getTransform
Diffstat (limited to 'lib/location.h')
-rw-r--r-- | lib/location.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/location.h b/lib/location.h index 55737ae..85834a0 100644 --- a/lib/location.h +++ b/lib/location.h @@ -9,7 +9,6 @@ public: explicit Location(Position3D pos = {}, Rotation3D rot = {}) : pos {pos}, rot {rot} { } #endif - [[nodiscard]] glm::mat4 getTransform() const; [[nodiscard]] glm::mat4 getRotationTransform() const; Position3D pos; |