summaryrefslogtreecommitdiff
path: root/gfx/gl/bufferedLocation.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-11-25 14:32:56 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-11-25 14:32:56 +0000
commit3200eb41d60595813dca751fe15193ba0b44dddf (patch)
tree064232efc8c72cfc8e7c723eec0d8438e561748a /gfx/gl/bufferedLocation.h
parentSend position and rotation matrix to GPU separately in shadowmapper dynamic (diff)
downloadilt-3200eb41d60595813dca751fe15193ba0b44dddf.tar.bz2
ilt-3200eb41d60595813dca751fe15193ba0b44dddf.tar.xz
ilt-3200eb41d60595813dca751fe15193ba0b44dddf.zip
Remove getTransform
Diffstat (limited to 'gfx/gl/bufferedLocation.h')
-rw-r--r--gfx/gl/bufferedLocation.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/gl/bufferedLocation.h b/gfx/gl/bufferedLocation.h
index a5cd23e..30967e3 100644
--- a/gfx/gl/bufferedLocation.h
+++ b/gfx/gl/bufferedLocation.h
@@ -22,7 +22,6 @@ public:
void setRotation(Rotation3D, bool update = true);
void setLocation(Position3D, Rotation3D);
- [[nodiscard]] glm::mat4 getTransform() const;
[[nodiscard]] glm::mat4 getRotationTransform() const;
private: