Merge branch 'master' into 0.9.1
This commit is contained in:
commit
eed300aeb5
12
FindGLM.cmake
Normal file
12
FindGLM.cmake
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
if(NOT GLM_PACKAGE_DIR)
|
||||||
|
message("ERROR: GLM_PACKAGE_DIR requires to be set")
|
||||||
|
endif(NOT GLM_PACKAGE_DIR)
|
||||||
|
|
||||||
|
set(GLM_INCLUDE_DIR ${GLM_PACKAGE_DIR})
|
||||||
|
set(GLM_LIBRARY_DIR )
|
||||||
|
|
||||||
|
include_directories(${GLM_INCLUDE_DIR})
|
||||||
|
|
||||||
|
if(GLM_PACKAGE_DIR AND GLM_INCLUDE_DIR)
|
||||||
|
set(GLM_FOUND "YES")
|
||||||
|
endif(GLM_PACKAGE_DIR AND GLM_INCLUDE_DIR)
|
@ -3,6 +3,7 @@
|
|||||||
<glm copyright="Copyright © 2005 - 2010 ">
|
<glm copyright="Copyright © 2005 - 2010 ">
|
||||||
<downloads>
|
<downloads>
|
||||||
<section name="GLM - zip files">
|
<section name="GLM - zip files">
|
||||||
|
<download name="GLM 0.9.0.6" date="21/12/2010" size="2.2 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.6/glm-0.9.0.6.zip/download"/>
|
||||||
<download name="GLM 0.9.0.5" date="01/11/2010" size="2.2 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.5/glm-0.9.0.5.zip/download"/>
|
<download name="GLM 0.9.0.5" date="01/11/2010" size="2.2 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.5/glm-0.9.0.5.zip/download"/>
|
||||||
<download name="GLM 0.9.0.4" date="04/10/2010" size="1.5 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.zip/download"/>
|
<download name="GLM 0.9.0.4" date="04/10/2010" size="1.5 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.zip/download"/>
|
||||||
<download name="GLM 0.9.0.3" date="26/08/2010" size="1.5 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.zip/download"/>
|
<download name="GLM 0.9.0.3" date="26/08/2010" size="1.5 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.zip/download"/>
|
||||||
@ -53,6 +54,7 @@
|
|||||||
<download name="GLM 0.1.0.0" date="02/21/2005" size="29.2 KB" link="http://prdownloads.sourceforge.net/glf/glm-0.1-ur.zip?download"/>
|
<download name="GLM 0.1.0.0" date="02/21/2005" size="29.2 KB" link="http://prdownloads.sourceforge.net/glf/glm-0.1-ur.zip?download"/>
|
||||||
</section>
|
</section>
|
||||||
<section name="GLM - 7z files">
|
<section name="GLM - 7z files">
|
||||||
|
<download name="GLM 0.9.0.6" date="21/12/2010" size="1.6 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.6/glm-0.9.0.6.7z/download"/>
|
||||||
<download name="GLM 0.9.0.5" date="01/11/2010" size="1.6 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.5/glm-0.9.0.5.7z/download"/>
|
<download name="GLM 0.9.0.5" date="01/11/2010" size="1.6 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.5/glm-0.9.0.5.7z/download"/>
|
||||||
<download name="GLM 0.9.0.4" date="04/10/2010" size="1.5 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.7z/download"/>
|
<download name="GLM 0.9.0.4" date="04/10/2010" size="1.5 MB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.4/glm-0.9.0.4.7z/download"/>
|
||||||
<download name="GLM 0.9.0.3" date="26/08/2010" size="684 KB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.7z/download"/>
|
<download name="GLM 0.9.0.3" date="26/08/2010" size="684 KB" link="https://sourceforge.net/projects/ogl-math/files/glm-0.9.0.3/glm-0.9.0.3.7z/download"/>
|
||||||
@ -1534,6 +1536,20 @@
|
|||||||
|
|
||||||
<page_news>
|
<page_news>
|
||||||
|
|
||||||
|
<news index="0057" date="21/12/2010" title="GLM 0.9.0.6 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
|
||||||
|
<paragraph>
|
||||||
|
GLM 0.9.0.6 is a new update of GLM built over GLM's user bug reports.
|
||||||
|
It mainly fixes issues regarding non-squared matrices but also provides multiple extensions corrections as well.
|
||||||
|
</paragraph>
|
||||||
|
<paragraph>
|
||||||
|
I expect to release GLM 0.9.1.0 in Junuary but I might continue to update GLM 0.9.0.X as there are minor incompatibilities.
|
||||||
|
</paragraph>
|
||||||
|
|
||||||
|
<source type="Download" 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 (zip, 2.2 MB)</source>
|
||||||
|
<source type="Download" 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 (7z, 1.6 MB)</source>
|
||||||
|
<source type="Link" href="https://sourceforge.net/apps/trac/ogl-math/newticket">Submit a bug report</source>
|
||||||
|
</news>
|
||||||
|
|
||||||
<news index="0056" date="01/11/2010" title="GLM 0.9.0.5 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
|
<news index="0056" date="01/11/2010" title="GLM 0.9.0.5 released" image="goodies/logo.png" image-mini="image/logo-mini.png">
|
||||||
<paragraph>
|
<paragraph>
|
||||||
GLM 0.9.0.5 fixes the usual set of bugs, some allowing a better <link href="http://clang.llvm.org/cxx_status.html">Clang</link> support.
|
GLM 0.9.0.5 fixes the usual set of bugs, some allowing a better <link href="http://clang.llvm.org/cxx_status.html">Clang</link> support.
|
||||||
@ -2230,7 +2246,8 @@
|
|||||||
<codes>
|
<codes>
|
||||||
<code title="Compute a triangle normal:">
|
<code title="Compute a triangle normal:">
|
||||||
<line>
|
<line>
|
||||||
<keyword>#include </keyword><string><glm/glm.hpp></string>
|
<keyword>#include </keyword>
|
||||||
|
<string><glm/glm.hpp></string>
|
||||||
</line>
|
</line>
|
||||||
<line>
|
<line>
|
||||||
|
|
||||||
|
@ -4,6 +4,11 @@ G-Truc Creation
|
|||||||
www.g-truc.net
|
www.g-truc.net
|
||||||
glm@g-truc.net
|
glm@g-truc.net
|
||||||
|
|
||||||
|
=============================
|
||||||
|
GLM 0.9.0.6: 2010-12-21
|
||||||
|
-----------------------------
|
||||||
|
- Many matrices bugs fixed
|
||||||
|
|
||||||
=============================
|
=============================
|
||||||
GLM 0.9.0.5: 2010-11-01
|
GLM 0.9.0.5: 2010-11-01
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user