]> git.localhorst.tv Git - blobs.git/commitdiff
new glm version master
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 17 Nov 2018 12:10:55 +0000 (13:10 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 17 Nov 2018 12:10:55 +0000 (13:10 +0100)
src/math/glm.hpp

index 76472e8baa2b166d90243b4e3ce11811ce331222..ab79405597646718958dce26c64d934829ea682c 100644 (file)
@@ -5,6 +5,9 @@
 #  define GLM_FORCE_RADIANS 1
 #endif
 
+// wait what? quaternions are experimental -.-
+#define GLM_ENABLE_EXPERIMENTAL
+
 #include <algorithm>
 #include <limits>
 #include <glm/glm.hpp>