Download GLM 0.9.3.4</a></div></div><br/><divclass="menu2"><ahref="./index.html">Front page</a></div><divclass="menu2"><ahref="./download.html">Downloads</a></div><divclass="menu2"><ahref="http://www.opengl.org/sdk/libs/GLM/">OpenGL SDK page</a></div><br/><divclass="menu2"><ahref="./glm.pdf">GLM Manual</a></div><divclass="menu2"><ahref="./api/index.html">GLM API</a></div><divclass="menu2"><ahref="./code.html">Code samples</a></div><divclass="menu2"><ahref="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.11.pdf">GLSL Specification</a></div><divclass="menu2"><ahref="http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=postlist&Board=10&page=1">OpenGL.org Toolkits forum</a></div><br/><divclass="menu2"><ahref="https://sourceforge.net/apps/trac/ogl-math/newticket">Report a bug</a></div><divclass="menu2"><ahref="https://sourceforge.net/projects/ogl-math/">SourceForge page</a></div><divclass="menu2"><ahref="http://www.g-truc.net/project-0016.html#menu">G-Truc Creation page</a></div><divclass="menu2"><ahref="https://github.com/Groovounet/glm">Browse Git repository</a></div><divclass="menu2"><ahref="https://github.com/Groovounet/glm/zipball/master">Master branch snapshot</a></div><divclass="menu2"><ahref="https://github.com/Groovounet/glm/zipball/0.9.3">0.9.3 branch snapshot</a></div><divclass="menu2"><ahref="https://github.com/Groovounet/glm/zipball/0.9.4">0.9.4 branch snapshot</a></div><br/><br/><divclass="menu2"><ahref="http://www.g-truc.net"><imgclass="menu-img"src="./common/g-truc.png"alt="G-Truc"/></a></div><br/></td><tdclass="page"><divclass="title1"><imgsrc="./common/title.png"alt="OpenGL Mathematics"/></div><divclass="title3">GLSL + Optional features = OpenGL Mathematics (GLM)<br/>A C++ mathematics library for graphics programming<br/></div><br/><br/><p>
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software
based on the <ahref="http://www.opengl.org/documentation/glsl/">OpenGL Shading Language (GLSL)</a> specification.
</p><p>
@ -34,7 +34,9 @@
<p>
Thanks for contributing to the project by <ahref="https://sourceforge.net/apps/trac/ogl-math/newticket">submitting tickets</a> for bug reports and feature requests. (SF.net account required).
</p><divxmlns="http://www.w3.org/1999/xhtml"><spanclass="list">Changelog:</span><ul><li>Fixed incompatibility generated with GCC</li><li>Fixed C++11 compiler option for GCC</li><li>Removed MS language extension option for GCC</li><li>Fixed bitfieldExtract for vector types</li><li>Fixed warnings</li><li>Fixed SSE includes</li></ul></div><p><ahref="https://github.com/Groovounet/glm/issues">If you encounter bugs, don't hesitate to report them.</a></p>Download: <ahref="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.zip/download">GLM 0.9.3.4 (zip)</a><br/>Download: <ahref="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.4/glm-0.9.3.4.7z/download">GLM 0.9.3.4 (7z)</a><br/>Link: <ahref="https://github.com/Groovounet/glm/issues">Submit a bug report</a><br/>Link: <ahref="http://glm.g-truc.net/glm-0.9.3.pdf">GLM 0.9.3 Manual</a><br/>Link: <ahref="http://glm.g-truc.net/api-0.9.3/index.html">GLM 0.9.3 API</a><br/></div><br/></div><div><h3>10/05/2012 - GLM 0.9.3.3 released</h3><div><p>
Nearly two months since the previous release of a GLM revision gave enough time to fix few things reported.
Most importantly, this revision should provide a better compatibility with Intel C++ compiler.
</p><divxmlns="http://www.w3.org/1999/xhtml"><spanclass="list">Changelog:</span><ul><li>Fixed isinf and isnan</li><li>Improved compatibility with Intel compiler</li><li>Added CMake test build options: SIMD, C++11, fast math and MS land ext</li><li>Fixed SIMD mat4 test on GCC</li><li>Fixed perspectiveFov implementation</li><li>Fixed matrixCompMult for none-square matrices</li><li>Fixed namespace issue on stream operators</li><li>Fixed various warnings</li><li>Added VC11 support</li></ul></div><p><ahref="https://github.com/Groovounet/glm/issues">If you encounter bugs, don't hesitate to report them.</a></p>Download: <ahref="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.3/glm-0.9.3.3.zip/download">GLM 0.9.3.3 (zip)</a><br/>Download: <ahref="https://sourceforge.net/projects/ogl-math/files/glm-0.9.3.3/glm-0.9.3.3.7z/download">GLM 0.9.3.3 (7z)</a><br/>Link: <ahref="https://github.com/Groovounet/glm/issues">Submit a bug report</a><br/>Link: <ahref="http://glm.g-truc.net/glm-0.9.3.pdf">GLM 0.9.3 Manual</a><br/>Link: <ahref="http://glm.g-truc.net/api-0.9.3/index.html">GLM 0.9.3 API</a><br/></div><br/></div><div><h3>15/03/2012 - GLM 0.9.3.2 released</h3><div><p>