Skip to content

Commit

Permalink
- Fixed polar coordinates function latitude #485
Browse files Browse the repository at this point in the history
  • Loading branch information
Groovounet committed Mar 5, 2016
1 parent c9720a7 commit 62717b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
- Fixed intersectRayTriangle to not do any unintentional backface culling
- Fixed long long warnings when using C++98 on GCC and Clang #482
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
- Fixed eulerAngles precision error, returns NaN #461 #462
- Fixed polar coordinates function latitude #485
#### [GLM 0.9.7.4](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX
##### Fixes:
Expand Down

0 comments on commit 62717b5

Please sign in to comment.