Browse Source

Merge branch 'master' into 0.9.1

Christophe Riccio 15 years ago
parent
commit
eed300aeb5
3 changed files with 1559 additions and 1526 deletions
  1. 12 0
      FindGLM.cmake
  2. 1542 1526
      doc/src/data.xml
  3. 5 0
      readme.txt

+ 12 - 0
FindGLM.cmake

@@ -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)

File diff suppressed because it is too large
+ 1542 - 1526
doc/src/data.xml


+ 5 - 0
readme.txt

@@ -4,6 +4,11 @@ G-Truc Creation
 www.g-truc.net
 www.g-truc.net
 [email protected]
 [email protected]
 
 
+=============================
+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
 -----------------------------
 -----------------------------

Some files were not shown because too many files changed in this diff