From 759a1d8ef2a3f9d204c1d0f56dbe25bc0330be5f Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 7 Jul 2017 10:01:20 +0430 Subject: [PATCH] Added GTX_matrix_factorisation to factor matrices in various forms #654 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f50970e5..f5181bc6 100644 --- a/readme.md +++ b/readme.md @@ -57,6 +57,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) - Added GTX_color_encoding extension - Added GTX_vec_swizzle, faster compile time swizzling then swizzle operator #558 - Added GTX_exterior_product with a vec2 cross implementation #621 +- Added GTX_matrix_factorisation to factor matrices in various forms #654 - Added [GLM_ENABLE_EXPERIMENTAL](manual.md#section7_4) to enable experimental features. - Added packing functions for integer vectors #639 - Added conan packaging configuration #643 #641