From 313238ae0f01ad412a577a3ee4ea5923cfb6917e Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 12 Dec 2011 14:02:39 +0000 Subject: [PATCH 1/2] Added post 74 --- doc/src/data.xml | 10 ++++++++++ readme.txt | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/src/data.xml b/doc/src/data.xml index 49b8f6e8..f025a9a4 100644 --- a/doc/src/data.xml +++ b/doc/src/data.xml @@ -163,6 +163,16 @@ row and column major matrices + + + This updated fixes bugs on the modf, step and outerProduct functions. + + + GLM 0.9.2.8 (zip) + GLM 0.9.2.8 (7z) + Submit a bug report + + diff --git a/readme.txt b/readme.txt index 5c4d5b19..1c0d1805 100644 --- a/readme.txt +++ b/readme.txt @@ -37,7 +37,7 @@ More informations in GLM manual: http://glm.g-truc.net/glm-0.9.2.pdf ================================================================================ -GLM 0.9.2.8: 2011-12-XX +GLM 0.9.2.8: 2011-12-12 -------------------------------------------------------------------------------- - Fixed modf implementation - Fixed step function accuracy From 9ff8c2a8eabf240d776c749889ad4a6036f6b7a5 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Mon, 12 Dec 2011 14:14:25 +0000 Subject: [PATCH 2/2] Release GLM 0.9.2.8 --- doc/about.html | 4 ++-- doc/code.html | 4 ++-- doc/download.html | 12 +++++++----- doc/goodies.html | 4 ++-- doc/index.html | 28 +++++++++++++++++++++++++--- doc/src/data.xml | 22 ++++++++++++---------- 6 files changed, 50 insertions(+), 24 deletions(-) diff --git a/doc/about.html b/doc/about.html index dbecd926..e86fa967 100644 --- a/doc/about.html +++ b/doc/about.html @@ -11,8 +11,8 @@ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); -
OpenGL Mathematics
GLSL + Optional features = OpenGL Mathematics (GLM)
A C++ mathematics library for graphics programming


+
OpenGL Mathematics
GLSL + Optional features = OpenGL Mathematics (GLM)
A C++ mathematics library for graphics programming


OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification.

diff --git a/doc/code.html b/doc/code.html index 896d930e..8255b3ec 100644 --- a/doc/code.html +++ b/doc/code.html @@ -11,8 +11,8 @@ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); -
OpenGL Mathematics
GLSL + Optional features = OpenGL Mathematics (GLM)
A C++ mathematics library for graphics programming


Compute a triangle normal: