Merge branch '0.9.8'

This commit is contained in:
Christophe Riccio
2016-09-24 10:52:36 +02:00
2 changed files with 5 additions and 2 deletions

View File

@@ -69,6 +69,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Removed GLM_LEFT_HANDED, use GLM_FORCE_LEFT_HANDED instead
#### [GLM 0.9.8.1](https://github.com/g-truc/glm/tree/0.9.8) - 2016-XX-XX
##### Improvements:
- Optimized quaternion log function #554
##### Fixes:
- Fixed GCC warning filtering, replaced -pedantic by -Wpedantic
- Fixed SIMD faceforward bug. #549