From d65fb97e47941a59189bb0563a5cdb168e853af3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 24 Nov 2014 21:45:47 +0100 Subject: [PATCH] Added explicit matrix cast to quaternion, updated readme #275 --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 45e18d41..d456f022 100644 --- a/readme.txt +++ b/readme.txt @@ -78,6 +78,7 @@ Improvements: - Used std features within GLM without redeclaring - Optimized cot function #272 - Optimized sign function #272 +- Added explicit cast from quat to mat3 and mat4 #275 Fixes: - Fixed std::nextafter not supported with C++11 on Android #217