瀏覽代碼

Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)

Christophe Riccio 12 年之前
父節點
當前提交
775c6136fc
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      glm/gtc/matrix_transform.inl
  2. 1 0
      readme.txt

+ 1 - 0
glm/gtc/matrix_transform.inl

@@ -28,6 +28,7 @@
 
 #include "../geometric.hpp"
 #include "../trigonometric.hpp"
+#include "../matrix.hpp"
 
 namespace glm
 {

+ 1 - 0
readme.txt

@@ -42,6 +42,7 @@ GLM 0.9.5.1: 2014-XX-XX
 - Fixed angle and orientedAngle that sometimes return NaN values (#145)
 - Deprecated degrees for function parameters and display a message
 - Added possible static_cast conversion of GLM types (#72)
+- Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
 
 ================================================================================
 GLM 0.9.5.0: 2013-12-25