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.