Completed manual for GLM 0.9.9.1

This commit is contained in:
Christophe Riccio
2018-08-31 19:02:16 +02:00
parent 1ff9f236d2
commit f6be32ed0d
2 changed files with 15 additions and 6 deletions

View File

@@ -61,13 +61,14 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added Visual C++ language standard version detection
#### Improvements:
- Added a section to the manual for contributing to GLM
- Refactor manual, lists all configuration defines
- Added missing vec1 based constructors
- Redesigned constexpr support which excludes both SIMD and constexpr #783
- Added detection of Visual C++ 2017 toolsets
- Added identity functions #765
- Splitted headers into EXT extensions to improve compilation time #670
- Added separated performance tests
- Refactor manual, lists all configuration defines
- Clarified refract valid range of the indices of refraction, between -1 and 1 inclusively #806
#### Fixes: