@@ -17,8 +17,9 @@
// Includes GLM
#include <glm/glm.hpp>
-#include <gtx/transform.hpp>
-#include <gtc/type_ptr.hpp>
+#define GLM_ENABLE_EXPERIMENTAL
+#include <glm/gtx/transform.hpp>
+#include <glm/gtc/type_ptr.hpp>
// Autres includes
@@ -5,8 +5,9 @@
// Includes