Fixed quaternion constructor from two vectors special cases #469

This commit is contained in:
Christophe Riccio
2017-08-22 22:47:36 +02:00
parent 4e0c87683c
commit 6932058f59
3 changed files with 36 additions and 9 deletions

View File

@@ -101,6 +101,7 @@ 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
#### Deprecation:
- Requires Visual Studio 2013, GCC 4.7, Clang 3.4, Cuda 7, ICC 2013 or a C++11 compiler