merge 0.9.7
This commit is contained in:
11
readme.md
11
readme.md
@@ -64,19 +64,22 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
|
||||
##### Improvements:
|
||||
- Improved GTC_random linearRand documentation
|
||||
- Improved GTC_reciprocal documentation
|
||||
- Added unary + operator #435
|
||||
|
||||
##### Fixes:
|
||||
- Fixed GTX_extended_min_max filename typo #386
|
||||
- Fixed intersectRayTriangle to not do any unintentional backface culling
|
||||
- Fixed ldexp and frexp compilation errors
|
||||
- Fixed ICC on Linux build errors #449
|
||||
|
||||
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX
|
||||
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/tree/0.9.7) - 2016-01-XX
|
||||
##### Fixes:
|
||||
- Fixed GTC_round floorMultiple/ceilMultiple #412
|
||||
- Fixed GTC_packing unpackUnorm3x10_1x2 #414
|
||||
- Fixed GTC_matrix_inverse affineInverse #192
|
||||
- Fixed ICC on Linux build errors #449
|
||||
- Fixed ldexp and frexp compilation errors
|
||||
- Fixed "Declaration shadows a field" warning #468
|
||||
- Fixed 'GLM_COMPILER_VC2005 is not defined' warning #468
|
||||
- Fixed various 'X is not defined' warnings #468
|
||||
- Fixed missing unary + operator #435
|
||||
- Fixed Cygwin build errors when using C++11 #405
|
||||
|
||||
#### [GLM 0.9.7.1](https://github.com/g-truc/glm/releases/tag/0.9.7.1) - 2015-09-07
|
||||
|
||||
Reference in New Issue
Block a user