Added per feature headers and added length_t and GLM_FORCE_SIZE_T_LENGTH

This commit is contained in:
Christophe Riccio
2013-12-24 06:43:25 +01:00
parent 5ef31a6e18
commit ca2463d5f2
28 changed files with 67 additions and 42 deletions

View File

@@ -56,6 +56,7 @@ GLM 0.9.5.0: 2013-12-25
- Clean up compiler detection code for unsupported compilers
- Uses C++ casts
- Fixed .length() that should return a int and not a size_t
- Added GLM_FORCE_SIZE_T_LENGTH and glm::length_t
- Removed unnecessary conversions
- Optimized packing and unpacking functions
- Removed the normalization of the up argument of lookAt function (#114)