Browse Source

Fix color cube build by setting experimental flag

DricomDragon 4 years ago
parent
commit
d10a7d7be3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      colorCube/Mosaic.h

+ 1 - 0
colorCube/Mosaic.h

@@ -12,6 +12,7 @@
 
 
 // Includes GLM
 // Includes GLM
 #include <glm/glm.hpp>
 #include <glm/glm.hpp>
+#define GLM_ENABLE_EXPERIMENTAL
 #include <glm/gtx/transform.hpp>
 #include <glm/gtx/transform.hpp>
 #include <glm/gtc/type_ptr.hpp>
 #include <glm/gtc/type_ptr.hpp>