mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 04:31:47 +00:00
Fixed error 'inverse' is not a member of 'glm' from glm::unProject (#146)
This commit is contained in:
parent
78d487b482
commit
775c6136fc
@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#include "../geometric.hpp"
|
#include "../geometric.hpp"
|
||||||
#include "../trigonometric.hpp"
|
#include "../trigonometric.hpp"
|
||||||
|
#include "../matrix.hpp"
|
||||||
|
|
||||||
namespace glm
|
namespace glm
|
||||||
{
|
{
|
||||||
|
@ -42,6 +42,7 @@ GLM 0.9.5.1: 2014-XX-XX
|
|||||||
- Fixed angle and orientedAngle that sometimes return NaN values (#145)
|
- Fixed angle and orientedAngle that sometimes return NaN values (#145)
|
||||||
- Deprecated degrees for function parameters and display a message
|
- Deprecated degrees for function parameters and display a message
|
||||||
- Added possible static_cast conversion of GLM types (#72)
|
- 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
|
GLM 0.9.5.0: 2013-12-25
|
||||||
|
Loading…
Reference in New Issue
Block a user