Wrap tquat's, simdQuat's and simdVec4's static constants in GLM_STATIC_CONST_MEMBERS

- Also, fixed indentation
This commit is contained in:
Jesse Talavera-Greenberg
2015-10-05 18:27:07 -04:00
parent 5df08dfc78
commit d1cdb46cfb
7 changed files with 94 additions and 81 deletions

View File

@@ -29,6 +29,8 @@
/// @author Christophe Riccio
///////////////////////////////////////////////////////////////////////////////////
#define GLM_STATIC_CONST_MEMBERS
#include <glm/glm.hpp>
#include <glm/gtx/simd_vec4.hpp>
#include <cstdio>