From 8566e63b26f9e7ee809c03394743a0576c499378 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 13 Jan 2024 19:45:54 +0000 Subject: We only need 3x3 matrix for model rotation spec --- lib/location.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/location.cpp') diff --git a/lib/location.cpp b/lib/location.cpp index ff7cfa6..13acfde 100644 --- a/lib/location.cpp +++ b/lib/location.cpp @@ -2,7 +2,7 @@ #include "maths.h" #include -glm::mat4 +glm::mat3 Location::getRotationTransform() const { return rotate_ypr(rot); -- cgit v1.2.3