|
|
@ -51,13 +51,14 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate) |
|
|
|
|
|
|
|
|
|
|
|
## Release notes |
|
|
|
## Release notes |
|
|
|
|
|
|
|
|
|
|
|
#### [GLM 0.9.8.2](https://github.com/g-truc/glm/tree/0.9.8) - 2016-XX-XX |
|
|
|
#### [GLM 0.9.8.2](https://github.com/g-truc/glm/tree/0.9.8) - 2016-11-01 |
|
|
|
##### Improvements: |
|
|
|
##### Improvements: |
|
|
|
- Added Visual C++ 15 detection |
|
|
|
- Added Visual C++ 15 detection |
|
|
|
- Added Clang 4.0 detection |
|
|
|
- Added Clang 4.0 detection |
|
|
|
- Added warning messages when using GLM_FORCE_CXX** but the compiler |
|
|
|
- Added warning messages when using GLM_FORCE_CXX** but the compiler |
|
|
|
is known to not fully support the requested C++ version #555 |
|
|
|
is known to not fully support the requested C++ version #555 |
|
|
|
- Refactored GLM_COMPILER_VC values |
|
|
|
- Refactored GLM_COMPILER_VC values |
|
|
|
|
|
|
|
- Made quat, vec, mat type component length() static #565 |
|
|
|
|
|
|
|
|
|
|
|
##### Fixes: |
|
|
|
##### Fixes: |
|
|
|
- Fixed Visual C++ constexpr build error #555, #556 |
|
|
|
- Fixed Visual C++ constexpr build error #555, #556 |
|
|
|