From 5b7717b7b0bb65e8b2acad29d6a49fcbf6f0af73 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 14 Nov 2011 12:28:33 +0000 Subject: [PATCH] Added post 73 for GLM 0.9.3.A release --- doc/src/data.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/doc/src/data.xml b/doc/src/data.xml index 75269441..49b8f6e8 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -164,6 +164,50 @@ + + + GLM 0.9.3 is making progress which is illustrated by the release of this first alpha. + + + + Improved doxygen documentation + + + Added new swizzle operators for C++11 compilers + + + Added new swizzle operators declared as functions + + + Added GLSL 4.20 length for vector and matrix types + + + Added GLSL core noise functions + + + Promoted GLM_GTC_noise extension: simplex, perlin, periodic noise functions + + + Promoted GLM_GTC_random extension: linear, gaussian and various random number generation distribution + + + Added GLM_GTX_constants: provides usefull constants + + + Fixed half based type contructors + + + + + + + GLM 0.9.3.A (zip) + GLM 0.9.3.A (7z) + Submit a bug report + GLM 0.9.3 Manual + GLM 0.9.3 API + + This revision fixes two problems: First, it adds all matrix products for all possible combinations of none-squared matrices. Thanks to Grant James who has provide the code for that.