From ad262c359212ee85aa61391e4af18e1f51d899ba Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Thu, 18 Aug 2016 00:58:58 +0200 Subject: [PATCH] Udpated readme with fixed mat3_cast #542 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e83ed772f..920b1f257 100644 --- a/readme.md +++ b/readme.md @@ -92,6 +92,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Fixed strict aliasing warnings #473 - Fixed missing vec1 overload to length2 and distance2 functions #431 - Fixed GLM test '/fp:fast' and '/Za' command-line options are incompatible +- Fixed quaterion to mat3 cast function mat3_cast from GTC_quaternion #542 ##### Deprecation: - Removed GLM_FORCE_SIZE_FUNC define