Specify to use experimental features to make compilation working.
@@ -18,6 +18,7 @@
// Includes GLM
#include <glm/glm.hpp>
+#define GLM_ENABLE_EXPERIMENTAL
#include <glm/gtx/transform.hpp>
#include <glm/gtc/type_ptr.hpp>
@@ -8,6 +8,7 @@
@@ -27,6 +27,7 @@
@@ -20,6 +20,7 @@
#include <glm/gtx/rotate_vector.hpp>
@@ -13,6 +13,7 @@