decompose scaling sign

This commit is contained in:
Recep Aslantas
2016-10-26 14:36:53 +03:00
parent f2beb49bf7
commit a410b880b4
2 changed files with 20 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
#endif
typedef float vec3[3];
typedef int ivec3[3];
typedef CGLM_ALIGN(16) float vec4[4];
typedef vec3 mat3[3];