Fixed merge

master
Christophe Riccio ago%!(EXTRA string=12 years)
commit b6f5b4121d
  1. 4
      glm/gtx/euler_angles.inl
  2. 2
      readme.txt

@ -35,9 +35,9 @@ namespace glm
T sinY = glm::sin(angleY);
return detail::tmat4x4<T, defaultp>(
cosY, T(0), sinY, T(0),
cosY, T(0), -sinY, T(0),
T(0), T(1), T(0), T(0),
-sinY, T(0), cosY, T(0),
sinY, T(0), cosY, T(0),
T(0), T(0), T(0), T(1));
}

@ -67,7 +67,7 @@ GLM 0.9.5.0: 2013-XX-XX
- Increased unit tests completness
================================================================================
GLM 0.9.4.6: 2013-09-18
GLM 0.9.4.6: 2013-09-20
--------------------------------------------------------------------------------
- Fixed detection to select the last known compiler if newer version #106
- Fixed is_int and is_uint code duplication with GCC and C++11 #107

Loading…
Cancel
Save