From b7ae077826cd160dfaf1e1d0729ba18d54f263c3 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 30 Sep 2011 16:38:29 +0100 Subject: [PATCH 1/2] Updated GLM 0.9.2.6 release note --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index 69019670..8e196bac 100644 --- a/readme.txt +++ b/readme.txt @@ -41,6 +41,7 @@ GLM 0.9.2.6: 2011-10-01 -------------------------------------------------------------------------------- - Fixed half based type build on old GCC - Fixed /W4 warnings on Visual C++ +- Fixed some missing l-value swizzle operators ================================================================================ GLM 0.9.2.5: 2011-09-20 From f1975617c09e2ecf38e92d07a1c055d5301243e4 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 1 Oct 2011 11:52:10 +0100 Subject: [PATCH 2/2] Release GLM 0.9.2.6 --- doc/about.html | 4 ++-- doc/code.html | 4 ++-- doc/download.html | 16 +++++++++++----- doc/goodies.html | 4 ++-- doc/index.html | 16 ++++++++++++---- doc/src/data.xml | 15 +++++++++++++++ 6 files changed, 44 insertions(+), 15 deletions(-) diff --git a/doc/about.html b/doc/about.html index 8add18d7..2fc28148 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 d5764b86..ff7c3b75 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: