Fixed glm::to_string on quaternions wrong components order #681

This commit is contained in:
Christophe Riccio
2017-09-20 14:29:22 +02:00
parent 1bf24f8344
commit a2497e6174
3 changed files with 22 additions and 8 deletions

View File

@@ -101,7 +101,8 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Fixed documentation warnings
- Fixed GLM_HAS_OPENMP when OpenMP is not enabled
- Fixed Better follow GLSL min and max specification #372
- Fixed quaternion constructor from two vectors special cases #469
- Fixed quaternion constructor from two vectors special cases #469
- Fixed glm::to_string on quaternions wrong components order #681
#### Deprecation:
- Requires Visual Studio 2013, GCC 4.7, Clang 3.4, Cuda 7, ICC 2013 or a C++11 compiler