Added GTX_wrap

This commit is contained in:
Christophe Riccio
2015-06-27 19:36:03 +02:00
parent 08eedc6209
commit ff1f50bb15
5 changed files with 165 additions and 70 deletions

View File

@@ -56,7 +56,8 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Added 'fmod' overload to GTX_common with tests #308
- Left handed perspective and lookAt functions #314
- Added functions eulerAngleXYZ and extractEulerAngleXYZ #311
- Added <glm/gtx/hash.hpp> to perform to perform std::hash on GLM types #320
- Added <glm/gtx/hash.hpp> to perform std::hash on GLM types #320
- Added <glm/gtx/wrap.hpp> for texcoord wrapping
##### Improvements:
- Changed usage of __has_include to support Intel compiler #307