mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
- Fixed outerProduct defintions and operator signatures for mat2x4 and vec4 #475
This commit is contained in:
parent
72a8ba473d
commit
bd68af60bd
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
|||
- Fixed GTX_extended_min_max filename typo #386
|
||||
- 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
|
||||
|
||||
#### [GLM 0.9.7.4](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX
|
||||
##### Fixes:
|
||||
|
|
Loading…
Add table
Reference in a new issue