03/09/2011:
GLM 0.9.2.4 (2.1 MB)
diff --git a/doc/index.html b/doc/index.html
index df29eee0..2797995f 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -33,7 +33,23 @@
Thanks for contributing to the project by submitting tickets for bug reports and feature requests. (SF.net account required).
Any feedback is welcome at glm@g-truc.net.
-
24/10/2011 - GLM 0.9.2.7 released
+
11/11/2011 - GLM 0.9.3 alpha released
+ GLM 0.9.3 is making progress which is illustrated by the release of this first alpha.
+
Changelog:-
+ Improved doxygen documentation
+
-
+ 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
+
Download:
GLM 0.9.3.A (zip)Download:
GLM 0.9.3.A (7z)Link:
Submit a bug reportLink:
GLM 0.9.3 ManualLink:
GLM 0.9.3 API24/10/2011 - GLM 0.9.2.7 released
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.
- #include <glm/glm.hpp>
- void kueken()
-
diff --git a/doc/src/data.xml b/doc/src/data.xml
index 91835e91..fc185b71 100644
--- a/doc/src/data.xml
+++ b/doc/src/data.xml
@@ -4,7 +4,7 @@
-
+
@@ -170,6 +170,29 @@
GLM 0.9.3 is making progress which is illustrated by the release of this first alpha.
+
+
+ Improved doxygen documentation
+
+
+ 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
+
+
diff --git a/readme.txt b/readme.txt
index d5abdae8..43e7af99 100644
--- a/readme.txt
+++ b/readme.txt
@@ -42,11 +42,12 @@ GLM 0.9.3.A: 2011-11-11
- Improved doxygen documentation
- Promoted GLM_GTC_noise extension: simplex, perlin, periodic noise functions
- Promoted GLM_GTC_random extension: linear, gaussian and various random number
-generation distribution.
+generation distribution
- Added GLM_GTX_constants: provides usefull constants
- Added extension versioning
- Removed many unused namespaces
- Fixed half based type contructors
+- Added GLSL core noise functions
================================================================================
GLM 0.9.2.7: 2011-10-24