Added functions eulerAngleXYZ and extractEulerAngleXYZ #311

This commit is contained in:
Christophe Riccio 2015-03-15 21:36:56 +01:00
parent 14c3673b39
commit 3252b53841

View File

@ -70,6 +70,7 @@ Features:
- Added GTC_color: convertRgbToSrgb and convertSrgbToRgb functions
- Added 'fmod' overload to GTX_common with tests #308
- Left handed perspective and lookAt functions #314
- Added functions eulerAngleXYZ and extractEulerAngleXYZ #311
Improvements:
- Changed usage of __has_include to support Intel compiler #307