2011-03-18 03:06:13 +00:00
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
< html > < head > < title > OpenGL Mathematics: Downloads< / title > < meta http-equiv = "Content-Language" content = "en" / > < meta http-equiv = "Content-Type" content = "application/xhtml+xml; charset=iso-8859-1" / > < meta name = "copyright" content = "G-Truc Creation" / > < link href = "./common/style.css" rel = "stylesheet" media = "screen, print, embossed" type = "text/css" / > < script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20182250-1']);
_gaq.push(['_setDomainName', '.g-truc.net']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
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);
})();
2012-03-17 00:04:21 +00:00
< / script > < / head > < body > < table > < tr > < td class = "menu" > < div class = "menu1" > < br / > < div > < a href = "./goodies/logo1920x1200.png" > < img class = "menu-img" src = "./common/logo.png" alt = "GLM Logo" / > < / a > < / div > < br / > < div > < a class = "menu" href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.2/glm-0.9.3.2.zip/download" >
Download GLM 0.9.3.2< / a > < / div > < / div > < br / > < div class = "menu2" > < a href = "./index.html" > Front page< / a > < / div > < div class = "menu2" > < a href = "./download.html" > Downloads< / a > < / div > < div class = "menu2" > < a href = "http://www.opengl.org/sdk/libs/GLM/" > OpenGL SDK page< / a > < / div > < br / > < div class = "menu2" > < a href = "./glm.pdf" > GLM Manual< / a > < / div > < div class = "menu2" > < a href = "./api/index.html" > GLM API< / a > < / div > < div class = "menu2" > < a href = "./code.html" > Code samples< / a > < / div > < div class = "menu2" > < a href = "http://www.opengl.org/registry/doc/GLSLangSpec.4.20.11.pdf" > GLSL Specification< / a > < / div > < div class = "menu2" > < a href = "http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=postlist&Board=10&page=1" > OpenGL.org Toolkits forum< / a > < / div > < br / > < div class = "menu2" > < a href = "https://sourceforge.net/apps/trac/ogl-math/newticket" > Report a bug< / a > < / div > < div class = "menu2" > < a href = "https://sourceforge.net/projects/ogl-math/" > SourceForge page< / a > < / div > < div class = "menu2" > < a href = "http://www.g-truc.net/project-0016.html#menu" > G-Truc Creation page< / a > < / div > < div class = "menu2" > < a href = "https://github.com/Groovounet/glm" > Browse Git repository< / a > < / div > < div class = "menu2" > < a href = "https://github.com/Groovounet/glm/zipball/master" > Master branch snapshot< / a > < / div > < div class = "menu2" > < a href = "https://github.com/Groovounet/glm/zipball/0.9.3" > 0.9.3 branch snapshot< / a > < / div > < div class = "menu2" > < a href = "https://github.com/Groovounet/glm/zipball/0.9.4" > 0.9.4 branch snapshot< / a > < / div > < br / > < br / > < div class = "menu2" > < a href = "http://www.g-truc.net" > < img class = "menu-img" src = "./common/g-truc.png" alt = "G-Truc" / > < / a > < / div > < br / > < / td > < td class = "page" > < div class = "title1" > < img src = "./common/title.png" alt = "OpenGL Mathematics" / > < / div > < div class = "title3" > GLSL + Optional features = OpenGL Mathematics (GLM)< br / > A C++ mathematics library for graphics programming< br / > < / div > < br / > < br / > < div > < div class = "title4" > Current release< / div > < / div > < div class = "issue-content" > 15/03/2012:
< a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.2/glm-0.9.3.2.zip/download" > GLM 0.9.3.2< / a >
2012-01-25 12:56:50 +00:00
(3.9 MB)
2012-03-17 00:04:21 +00:00
< / div > < div class = "news-separator" > _________________< / div > < br / > < div > < div class = "title4" > GLM - zip files< / div > < div class = "issue-content" > 15/03/2012: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.2/glm-0.9.3.2.zip/download" > GLM 0.9.3.2< / a > (3.9 MB)
< / div > < div class = "issue-content" > 25/01/2012: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.1/glm-0.9.3.1.zip/download" > GLM 0.9.3.1< / a > (3.9 MB)
2012-01-25 12:56:50 +00:00
< / div > < div class = "issue-content" > 09/01/2012: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.0/glm-0.9.3.0.zip/download" > GLM 0.9.3.0< / a > (3.9 MB)
2012-01-09 00:26:47 +00:00
< / div > < div class = "issue-content" > 12/12/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.B/glm-0.9.3.B.zip/download" > GLM 0.9.3.B< / a > (4.3 MB)
2011-11-13 00:30:05 +00:00
< / div > < div class = "issue-content" > 11/11/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.A/glm-0.9.3.A.zip/download" > GLM 0.9.3.A< / a > (4.3 MB)
2011-12-12 14:14:25 +00:00
< / div > < div class = "issue-content" > 24/10/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.7/glm-0.9.2.7.zip/download" > GLM 0.9.2.7< / a > (3.4 MB)
2011-10-24 13:57:12 +00:00
< / div > < div class = "issue-content" > 01/10/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.6/glm-0.9.2.6.zip/download" > GLM 0.9.2.6< / a > (3.4 MB)
2011-10-01 10:52:10 +00:00
< / div > < div class = "issue-content" > 20/09/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.5/glm-0.9.2.5.zip/download" > GLM 0.9.2.5< / a > (3.4 MB)
< / div > < div class = "issue-content" > 03/09/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.4/glm-0.9.2.4.zip/download" > GLM 0.9.2.4< / a > (3.4 MB)
< / div > < div class = "issue-content" > 08/06/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.3/glm-0.9.2.3.zip/download" > GLM 0.9.2.3< / a > (3.4 MB)
2011-06-09 09:16:41 +00:00
< / div > < div class = "issue-content" > 02/06/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.2/glm-0.9.2.2.zip/download" > GLM 0.9.2.2< / a > (3.4 MB)
2011-06-02 09:47:25 +00:00
< / div > < div class = "issue-content" > 24/05/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.1/glm-0.9.2.1.zip/download" > GLM 0.9.2.1< / a > (3.4 MB)
< / div > < div class = "issue-content" > 08/05/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.0/glm-0.9.2.0.zip/download" > GLM 0.9.2.0< / a > (3.4 MB)
< / div > < div class = "issue-content" > 07/05/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.3/glm-0.9.1.3.zip/download" > GLM 0.9.1.3< / a > (3.4 MB)
< / div > < div class = "issue-content" > 12/04/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.2/glm-0.9.1.2.zip/download" > GLM 0.9.1.2< / a > (3.4 MB)
< / div > < div class = "issue-content" > 17/03/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.1/glm-0.9.1.1.zip/download" > GLM 0.9.1.1< / a > (3.4 MB)
< / div > < div class = "issue-content" > 03/03/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.0/glm-0.9.1.0.zip/download" > GLM 0.9.1.0< / a > (3.4 MB)
< / div > < div class = "issue-content" > 13/02/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.B/glm-0.9.1.B.zip/download" > GLM 0.9.1.B< / a > (3.4 MB)
< / div > < div class = "issue-content" > 13/02/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.8/glm-0.9.0.8.zip/download" > GLM 0.9.0.8< / a > (3.3 MB)
< / div > < div class = "issue-content" > 31/01/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.A/glm-0.9.1.A.zip/download" > GLM 0.9.1.A< / a > (3.0 MB)
< / div > < div class = "issue-content" > 30/01/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.7/glm-0.9.0.7.zip/download" > GLM 0.9.0.7< / a > (1.4 MB)
2011-03-18 03:06:13 +00:00
< / div > < div class = "issue-content" > 21/12/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.6/glm-0.9.0.6.zip/download" > GLM 0.9.0.6< / a > (2.2 MB)
< / div > < div class = "issue-content" > 01/11/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.5/glm-0.9.0.5.zip/download" > GLM 0.9.0.5< / a > (2.2 MB)
< / div > < div class = "issue-content" > 04/10/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.zip/download" > GLM 0.9.0.4< / a > (1.5 MB)
< / div > < div class = "issue-content" > 26/08/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.zip/download" > GLM 0.9.0.3< / a > (1.5 MB)
< / div > < div class = "issue-content" > 08/07/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.2/glm-0.9.0.2.zip/download" > GLM 0.9.0.2< / a > (809 KB)
< / div > < div class = "issue-content" > 21/06/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.1/glm-0.9.0.1.zip/download" > GLM 0.9.0.1< / a > (727 KB)
< / div > < div class = "issue-content" > 25/05/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.0/glm-0.9.0.0.zip/download" > GLM 0.9.0.0< / a > (1.0 MB)
< / div > < div class = "issue-content" > 30/04/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.B.2/glm-0.9.B.2.zip/download" > GLM 0.9.B.2< / a > (1.1 MB)
< / div > < div class = "issue-content" > 03/04/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.9.B.1/glm-0.9.B.1.zip/download" > GLM 0.9.B.1< / a > (964 KB)
< / div > < div class = "issue-content" > 20/02/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.9.A.2/glm-0.9.A.2.zip/download" > GLM 0.9.A.2< / a > (1.3 KB)
< / div > < div class = "issue-content" > 09/02/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.9.A.1/glm-0.9.A.1.zip/download" > GLM 0.9.A.1< / a > (952 KB)
< / div > < div class = "issue-content" > 25/01/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.4/glm-0.8.4.4.zip/download" > GLM 0.8.4.4< / a > (1.1 MB)
< / div > < div class = "issue-content" > 14/11/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.3/glm-0.8.4.3.zip/download" > GLM 0.8.4.3< / a > (1.1 MB)
< / div > < div class = "issue-content" > 19/10/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.2/glm-0.8.4.2.zip/download" > GLM 0.8.4.2< / a > (1.1 MB)
< / div > < div class = "issue-content" > 03/10/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.1/glm-0.8.4.1.zip/download" > GLM 0.8.4.1< / a > (1.1 MB)
< / div > < div class = "issue-content" > 16/09/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.0/glm-0.8.4.0.zip/download" > GLM 0.8.4.0< / a > (1.1 MB)
< / div > < div class = "issue-content" > 11/08/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.5/glm-0.8.3.5.zip/download" > GLM 0.8.3.5< / a > (971 KB)
< / div > < div class = "issue-content" > 10/08/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.4/glm-0.8.3.4.zip/download" > GLM 0.8.3.4< / a > (971 KB)
< / div > < div class = "issue-content" > 25/06/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.3/glm-0.8.3.3.zip/download" > GLM 0.8.3.3< / a > (971 KB)
< / div > < div class = "issue-content" > 04/06/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.2/glm-0.8.3.2.zip/download" > GLM 0.8.3.2< / a > (971 KB)
< / div > < div class = "issue-content" > 21/05/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.1/glm-0.8.3.1.zip/download" > GLM 0.8.3.1< / a > (945 KB)
< / div > < div class = "issue-content" > 06/05/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.0/glm-0.8.3.0.zip/download" > GLM 0.8.3.0< / a > (896 KB)
< / div > < div class = "issue-content" > 01/04/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.3/glm-0.8.2.3.zip/download" > GLM 0.8.2.3< / a > (961 KB)
< / div > < div class = "issue-content" > 24/02/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.2/glm-0.8.2.2.zip/download" > GLM 0.8.2.2< / a > (961 KB)
< / div > < div class = "issue-content" > 13/02/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.1/glm-0.8.2.1.zip/download" > GLM 0.8.2.1< / a > (963 KB)
< / div > < div class = "issue-content" > 21/01/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.0/glm-0.8.2.0.zip/download" > GLM 0.8.2.0< / a > (963 KB)
< / div > < div class = "issue-content" > 30/10/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.1.0/glm-0.8.1.0.zip/download" > GLM 0.8.1.0< / a > (938 KB)
< / div > < div class = "issue-content" > 23/10/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.0.0/glm-0.8.0.0.zip/download" > GLM 0.8.0.0< / a > (936 KB)
< / div > < div class = "issue-content" > 08/08/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.6.0/glm-0.7.6.0.zip/download" > GLM 0.7.6.0< / a > (907 KB)
< / div > < div class = "issue-content" > 05/07/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.5.0/glm-0.7.5.0.zip/download" > GLM 0.7.5.0< / a > (852 KB)
< / div > < div class = "issue-content" > 06/01/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.4.0/glm-0.7.4.0.zip/download" > GLM 0.7.4.0< / a > (859 KB)
< / div > < div class = "issue-content" > 05/24/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.3.0/glm-0.7.3.0.zip/download" > GLM 0.7.3.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 04/27/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.2.0/glm-0.7.2.0.zip/download" > GLM 0.7.2.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 03/24/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.1.0/glm-0.7.1.0.zip/download" > GLM 0.7.1.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 03/22/2008: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.7.0.0/glm-0.7.0.0.zip/download" > GLM 0.7.0.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 12/10/2007: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.6.4.0/glm-0.6.4.0.zip/download" > GLM 0.6.4.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 11/05/2007: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.6.3.0/glm-0.6.3.0.zip/download" > GLM 0.6.3.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 10/08/2007: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.6.2.0/glm-0.6.2.0.zip/download" > GLM 0.6.2.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 10/07/2007: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.6.1.0/glm-0.6.1.0.zip/download" > GLM 0.6.1.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 09/16/2007: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.6.0.0/glm-0.6.0.0.zip/download" > GLM 0.6.0.0< / a > (1.8 MB)
< / div > < div class = "issue-content" > 02/19/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.5.1.zip?download" > GLM 0.5.1.0< / a > (2.3 MB)
< / div > < div class = "issue-content" > 01/06/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.5.0.zip?download" > GLM 0.5.0.0< / a > (2.4 MB)
< / div > < div class = "issue-content" > 05/22/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.4.1.zip?download" > GLM 0.4.1.0< / a > (1.6 MB)
< / div > < div class = "issue-content" > 05/17/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.4.0.zip?download" > GLM 0.4.0.0< / a > (905 KB)
< / div > < div class = "issue-content" > 04/22/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.3.2.zip?download" > GLM 0.3.2.0< / a > (955 KB)
< / div > < div class = "issue-content" > 03/28/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.3.1.zip?download" > GLM 0.3.1.0< / a > (963 KB)
< / div > < div class = "issue-content" > 02/19/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.3.zip?download" > GLM 0.3.0.0< / a > (945 KB)
< / div > < div class = "issue-content" > 05/05/2005: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.2.zip?download" > GLM 0.2.0.0< / a > (194 KB)
< / div > < div class = "issue-content" > 02/21/2005: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.1-ur.zip?download" > GLM 0.1.0.0< / a > (29.2 KB)
2012-03-17 00:04:21 +00:00
< / div > < / div > < div class = "news-separator" > _________________< / div > < br / > < div > < div class = "title4" > GLM - 7z files< / div > < div class = "issue-content" > 15/03/2012: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.2/glm-0.9.3.2.7z/download" > GLM 0.9.3.2< / a > (2.7 MB)
< / div > < div class = "issue-content" > 25/01/2012: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.1/glm-0.9.3.1.7z/download" > GLM 0.9.3.1< / a > (2.7 MB)
2012-01-25 12:56:50 +00:00
< / div > < div class = "issue-content" > 09/01/2012: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.0/glm-0.9.3.0.7z/download" > GLM 0.9.3.0< / a > (2.7 MB)
2012-01-09 00:26:47 +00:00
< / div > < div class = "issue-content" > 12/12/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.B/glm-0.9.3.B.7z/download" > GLM 0.9.3.B< / a > (2.8 MB)
2011-11-13 00:30:05 +00:00
< / div > < div class = "issue-content" > 11/11/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.A/glm-0.9.3.A.7z/download" > GLM 0.9.3.A< / a > (2.8 MB)
2011-12-12 14:14:25 +00:00
< / div > < div class = "issue-content" > 24/10/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.7/glm-0.9.2.7.7z/download" > GLM 0.9.2.7< / a > (2.1 MB)
2011-10-24 13:57:12 +00:00
< / div > < div class = "issue-content" > 01/10/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.6/glm-0.9.2.6.7z/download" > GLM 0.9.2.6< / a > (2.1 MB)
2011-10-01 10:52:10 +00:00
< / div > < div class = "issue-content" > 20/09/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.5/glm-0.9.2.5.7z/download" > GLM 0.9.2.5< / a > (2.1 MB)
< / div > < div class = "issue-content" > 03/09/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.4/glm-0.9.2.4.7z/download" > GLM 0.9.2.4< / a > (2.1 MB)
< / div > < div class = "issue-content" > 08/06/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.3/glm-0.9.2.3.7z/download" > GLM 0.9.2.3< / a > (2.1 MB)
2011-06-09 09:16:41 +00:00
< / div > < div class = "issue-content" > 02/06/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.2/glm-0.9.2.2.7z/download" > GLM 0.9.2.2< / a > (2.1 MB)
2011-06-02 09:47:25 +00:00
< / div > < div class = "issue-content" > 24/05/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.1/glm-0.9.2.1.7z/download" > GLM 0.9.2.1< / a > (2.1 MB)
2011-05-24 11:19:51 +00:00
< / div > < div class = "issue-content" > 08/05/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.2.0/glm-0.9.2.0.7z/download" > GLM 0.9.2.0< / a > (2.1 MB)
2011-05-08 10:12:12 +00:00
< / div > < div class = "issue-content" > 07/05/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.3/glm-0.9.1.3.7z/download" > GLM 0.9.1.3< / a > (2.1 MB)
< / div > < div class = "issue-content" > 12/04/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.2/glm-0.9.1.2.7z/download" > GLM 0.9.1.2< / a > (2.1 MB)
2011-04-15 19:12:49 +00:00
< / div > < div class = "issue-content" > 17/03/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.1/glm-0.9.1.1.7z/download" > GLM 0.9.1.1< / a > (2.1 MB)
2011-03-18 03:06:13 +00:00
< / div > < div class = "issue-content" > 03/03/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.0/glm-0.9.1.0.7z/download" > GLM 0.9.1.0< / a > (2.1 MB)
< / div > < div class = "issue-content" > 13/02/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.B/glm-0.9.1.B.7z/download" > GLM 0.9.1.B< / a > (2.1 MB)
< / div > < div class = "issue-content" > 13/02/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.8/glm-0.9.0.8.7z/download" > GLM 0.9.0.8< / a > (1.9 MB)
< / div > < div class = "issue-content" > 31/01/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.1.A/glm-0.9.1.A.7z/download" > GLM 0.9.1.A< / a > (2.0 MB)
< / div > < div class = "issue-content" > 30/01/2011: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.7/glm-0.9.0.7.7z/download" > GLM 0.9.0.7< / a > (832 KB)
< / div > < div class = "issue-content" > 21/12/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.6/glm-0.9.0.6.7z/download" > GLM 0.9.0.6< / a > (1.6 MB)
< / div > < div class = "issue-content" > 01/11/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.5/glm-0.9.0.5.7z/download" > GLM 0.9.0.5< / a > (1.6 MB)
< / div > < div class = "issue-content" > 04/10/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.7z/download" > GLM 0.9.0.4< / a > (1.5 MB)
< / div > < div class = "issue-content" > 26/08/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.7z/download" > GLM 0.9.0.3< / a > (684 KB)
< / div > < div class = "issue-content" > 08/07/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.2/glm-0.9.0.2.7z/download" > GLM 0.9.0.2< / a > (651 KB)
< / div > < div class = "issue-content" > 21/06/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.1/glm-0.9.0.1.7z/download" > GLM 0.9.0.1< / a > (569 KB)
< / div > < div class = "issue-content" > 25/05/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.0/glm-0.9.0.0.7z/download" > GLM 0.9.0.0< / a > (514 KB)
< / div > < div class = "issue-content" > 30/04/2010: < a href = "https://sourceforge.net/projects/ogl-math/files/glm-0.9.B.2/glm-0.9.B.2.7z/download" > GLM 0.9.B.2< / a > (555 KB)
< / div > < div class = "issue-content" > 03/04/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.9.B.1/glm-0.9.B.1.7z/download" > GLM 0.9.B.1< / a > (414 KB)
< / div > < div class = "issue-content" > 20/02/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.9.A.2/glm-0.9.A.2.7z/download" > GLM 0.9.A.2< / a > (726 KB)
< / div > < div class = "issue-content" > 09/02/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.9.A.1/glm-0.9.A.1.7z/download" > GLM 0.9.A.1< / a > (391 KB)
< / div > < div class = "issue-content" > 25/01/2010: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.4/glm-0.8.4.4.7z/download" > GLM 0.8.4.4< / a > (479 KB)
< / div > < div class = "issue-content" > 14/11/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.3/glm-0.8.4.3.7z/download" > GLM 0.8.4.3< / a > (443 KB)
< / div > < div class = "issue-content" > 19/10/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.2/glm-0.8.4.2.7z/download" > GLM 0.8.4.2< / a > (443 KB)
< / div > < div class = "issue-content" > 03/10/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.1/glm-0.8.4.1.7z/download" > GLM 0.8.4.1< / a > (443 KB)
< / div > < div class = "issue-content" > 16/09/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.4.0/glm-0.8.4.0.7z/download" > GLM 0.8.4.0< / a > (439 KB)
< / div > < div class = "issue-content" > 11/08/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.5/glm-0.8.3.5.7z/download" > GLM 0.8.3.5< / a > (405 KB)
< / div > < div class = "issue-content" > 10/08/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.4/glm-0.8.3.4.7z/download" > GLM 0.8.3.4< / a > (405 KB)
< / div > < div class = "issue-content" > 25/06/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.3/glm-0.8.3.3.7z/download" > GLM 0.8.3.3< / a > (405 KB)
< / div > < div class = "issue-content" > 04/06/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.2/glm-0.8.3.2.7z/download" > GLM 0.8.3.2< / a > (405 KB)
< / div > < div class = "issue-content" > 21/05/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.1/glm-0.8.3.1.7z/download" > GLM 0.8.3.1< / a > (399 KB)
< / div > < div class = "issue-content" > 06/05/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.3.0/glm-0.8.3.0.7z/download" > GLM 0.8.3.0< / a > (359 KB)
< / div > < div class = "issue-content" > 01/04/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.3/glm-0.8.2.3.7z/download" > GLM 0.8.2.3< / a > (378 KB)
< / div > < div class = "issue-content" > 24/02/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.2/glm-0.8.2.2.7z/download" > GLM 0.8.2.2< / a > (378 KB)
< / div > < div class = "issue-content" > 13/02/2009: < a href = "https://sourceforge.net/projects/glf/files/glm/glm-0.8.2.1/glm-0.8.2.1.7z/download" > GLM 0.8.2.1< / a > (381 KB)
< / div > < div class = "issue-content" > 21/01/2009: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.8.2.7z?download" > GLM 0.8.2.0< / a > (381 KB)
< / div > < div class = "issue-content" > 30/10/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.8.1.7z?download" > GLM 0.8.1.0< / a > (372 KB)
< / div > < div class = "issue-content" > 23/10/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.8.0.7z?download" > GLM 0.8.0.0< / a > (370 KB)
< / div > < div class = "issue-content" > 08/08/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.6.7z?download" > GLM 0.7.6.0< / a > (387 KB)
< / div > < div class = "issue-content" > 05/07/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.5.7z?download" > GLM 0.7.5.0< / a > (366 KB)
< / div > < div class = "issue-content" > 06/01/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.4.7z?download" > GLM 0.7.4.0< / a > (372 KB)
< / div > < div class = "issue-content" > 05/24/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.3.7z?download" > GLM 0.7.3.0< / a > (657 KB)
< / div > < div class = "issue-content" > 04/27/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.2.7z?download" > GLM 0.7.2.0< / a > (646 KB)
< / div > < div class = "issue-content" > 03/24/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.1.7z?download" > GLM 0.7.1.0< / a > (635 KB)
< / div > < div class = "issue-content" > 03/22/2008: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.7.0.7z?download" > GLM 0.7.0.0< / a > (635 KB)
< / div > < div class = "issue-content" > 12/10/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.6.4.7z?download" > GLM 0.6.4.0< / a > (612 KB)
< / div > < div class = "issue-content" > 11/05/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.6.3.7z?download" > GLM 0.6.3.0< / a > (633 KB)
< / div > < div class = "issue-content" > 10/08/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.6.2.7z?download" > GLM 0.6.2.0< / a > (645 KB)
< / div > < div class = "issue-content" > 10/07/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.6.1.7z?download" > GLM 0.6.1.0< / a > (645 KB)
< / div > < div class = "issue-content" > 09/16/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.6.0.7z?download" > GLM 0.6.0.0< / a > (646 KB)
< / div > < div class = "issue-content" > 02/19/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.5.1.7z?download" > GLM 0.5.1.0< / a > (807 KB)
< / div > < div class = "issue-content" > 01/06/2007: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.5.0.7z?download" > GLM 0.5.0.0< / a > (862 KB)
< / div > < div class = "issue-content" > 05/22/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.4.1.7z?download" > GLM 0.4.1.0< / a > (533 KB)
< / div > < div class = "issue-content" > 05/17/2006: < a href = "http://prdownloads.sourceforge.net/glf/glm-0.4.0.7z?download" > GLM 0.4.0.0< / a > (262 KB)
< / div > < / div > < div class = "news-separator" > _________________< / div > < br / > < div > < div class = "title4" > Raytrace< / div > < div class = "issue-content" > 16-09-2007: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-v1.0.exe?download" > Raytrace v1.0 (exe)< / a > (766 KB)
< / div > < div class = "issue-content" > 16-09-2007: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-v1.0.zip?download" > Raytrace v1.0 (zip)< / a > (1.4 MB)
< / div > < div class = "issue-content" > 06-01-2007: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-b3.0.exe?download" > Raytrace b3.0 (exe)< / a > (751 KB)
< / div > < div class = "issue-content" > 06-01-2007: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-b3.0.zip?download" > Raytrace b3.0 (zip)< / a > (1.1 MB)
< / div > < div class = "issue-content" > 19-02-2006: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-b2.0.exe?download" > Raytrace b2.0 (exe)< / a > (1.0 MB)
< / div > < div class = "issue-content" > 19-02-2006: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-b2.0.zip?download" > Raytrace b2.0 (zip)< / a > (1.4 MB)
< / div > < div class = "issue-content" > 05-05-2005: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-b1.0.zip?download" > Raytrace b1.0 (zip)< / a > (1.3 MB)
< / div > < div class = "issue-content" > 05-05-2005: < a href = "http://prdownloads.sourceforge.net/glf/raytrace-b1.0.7z?download" > Raytrace b1.0 (7z )< / a > (808 KB)
< / div > < / div > < div class = "news-separator" > _________________< / div > < br / > < div > < div class = "title4" > Humus's Framework< / div > < div class = "issue-content" > 22-10-2008: < a href = "http://prdownloads.sourceforge.net/glf/AmbientApertureLighting.zip?download" > AmbientApertureLighting (zip)< / a > (2.38 MB)
< / div > < / div > < div class = "news-separator" > _________________< / div > < br / > < div > < div class = "title4" > Philip Rideout's Catmull-Clark Subdivision< / div > < div class = "issue-content" > 24-01-2007: < a href = "http://prdownloads.sourceforge.net/glf/CatmullClark.zip?download" > CatmullClark (zip)< / a > (605 KB)
2012-01-09 00:26:47 +00:00
< / div > < / div > < div class = "news-separator" > _________________< / div > < br / > < div class = "email" > < img src = "./common/email.png" alt = "email not available as text" / > < / div > < div class = "news-separator" > _________________< / div > < br / > < div class = "title3" > Copyright <20> 2005 - 2012< a href = "http://www.g-truc.net" > G-Truc Creation< / a > < / div > < / td > < / tr > < / table > < / body > < / html >