Added GTX_easing for interpolation functions #761

This commit is contained in:
Christophe Riccio
2018-05-07 15:39:25 +02:00
parent e560ce01d4
commit 69f94334e0
5 changed files with 684 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ glm::mat4 camera(float Translate, glm::vec2 const& Rotate)
- Added GTX_texture: levels function
- Added spearate functions to use both nagative one and zero near clip plans #680
- Added GLM_FORCE_SINGLE_ONLY to use GLM on platforms that don't support double #627
- Added GTX_easing for interpolation functions #761
#### Improvements:
- No more default initialization of vector, matrix and quaternion types