Update to glm 0.9.7.3

This commit is contained in:
saschawillems 2016-02-25 22:07:24 +01:00
parent 94f6b4a074
commit 07db64744f
85 changed files with 3879 additions and 3758 deletions

View file

@ -36,7 +36,7 @@
///
/// @brief Decomposes a model matrix to translations, rotation and scale components
///
/// <glm/gtx/decomposition.hpp> need to be included to use these functionalities.
/// <glm/gtx/matrix_decompose.hpp> need to be included to use these functionalities.
///////////////////////////////////////////////////////////////////////////////////
#pragma once