|
|
@ -51,7 +51,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) |
|
|
|
|
|
|
|
|
|
|
|
## Release notes |
|
|
|
## Release notes |
|
|
|
|
|
|
|
|
|
|
|
#### [GLM 0.9.8.0](https://github.com/g-truc/glm/releases/latest) - 201X-XX-XX |
|
|
|
#### [GLM 0.9.8.0](https://github.com/g-truc/glm/releases/latest) - 2016-XX-XX |
|
|
|
##### Features: |
|
|
|
##### Features: |
|
|
|
- Added compNormalize and compScale functions to GTX_component_wise |
|
|
|
- Added compNormalize and compScale functions to GTX_component_wise |
|
|
|
- Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416 |
|
|
|
- Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416 |
|
|
@ -70,8 +70,9 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) |
|
|
|
- Fixed GTX_extended_min_max filename typo #386 |
|
|
|
- Fixed GTX_extended_min_max filename typo #386 |
|
|
|
- Fixed intersectRayTriangle to not do any unintentional backface culling |
|
|
|
- Fixed intersectRayTriangle to not do any unintentional backface culling |
|
|
|
- Fixed ldexp and frexp compilation errors |
|
|
|
- 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) - 2015-XX-XX |
|
|
|
#### [GLM 0.9.7.2](https://github.com/g-truc/glm/tree/0.9.7) - 2016-XX-XX |
|
|
|
##### Fixes: |
|
|
|
##### Fixes: |
|
|
|
- Fixed GTC_round floorMultiple/ceilMultiple #412 |
|
|
|
- Fixed GTC_round floorMultiple/ceilMultiple #412 |
|
|
|
- Fixed GTC_packing unpackUnorm3x10_1x2 #414 |
|
|
|
- Fixed GTC_packing unpackUnorm3x10_1x2 #414 |
|
|
|