- Added right and left handed projection and clip control support #447 #119

This commit is contained in:
Christophe Riccio
2016-03-06 00:16:09 +01:00
parent 45d18796e3
commit fe18a36c10
2 changed files with 11 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ glm::mat4 camera(float Translate, glm::vec2 const & Rotate)
#### [GLM 0.9.8.0](https://github.com/g-truc/glm/releases/latest) - 2016-XX-XX
##### Features:
- Added right and left handed projection and clip control support #447 #119
- Added compNormalize and compScale functions to GTX_component_wise
- Added packF3x9_E1x5 and unpackF3x9_E1x5 to GTC_packing for RGB9E5 #416
- Added (un)packHalf to GTC_packing