Fixed axisAngle NaN #638

This commit is contained in:
Christophe Riccio
2017-06-24 12:43:00 +02:00
parent 631fd1703f
commit 26b3e3ed78
3 changed files with 45 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed usused variable warning in GTX_spline #618
- Fixed references to GLM_FORCE_RADIANS which was removed #642
- Fixed glm::fastInverseSqrt to use fast inverse square #640
- Fixed axisAngle NaN #638
#### Deprecation:
- Requires Visual Studio 2013, GCC 4.7, Clang 3.4, Cuda 7, ICC 2013 or a C++11 compiler