Skip to content

GLM 0.9.5.4 - 2014-06-21

Compare
Choose a tag to compare
@Groovounet Groovounet released this 01 May 20:03
· 2820 commits to master since this release
  • Fixed non-utf8 character #196
  • Added FindGLM install for CMake #189
  • Fixed GTX_color_space - saturation #195
  • Fixed glm::isinf and glm::isnan for with Android NDK 9d #191
  • Fixed builtin GLM_ARCH_SSE4 #204
  • Optimized Quaternion vector rotation #205
  • Fixed missing doxygen @endcond tag #211
  • Fixed instruction set detection with Clang #158
  • Fixed orientate3 function #207
  • Fixed lerp when cosTheta is close to 1 in quaternion slerp #210
  • Added GTX_io for io with #144
  • Fixed fastDistance ambiguity #215
  • Fixed tweakedInfinitePerspective #208 and added user-defined epsilon to tweakedInfinitePerspective
  • Fixed std::copy and std::vector with GLM types #214
  • Fixed strict aliasing issues #212, #152
  • Fixed std::nextafter not supported with C++11 on Android #213
  • Fixed corner cases in exp and log functions for quaternions #199