Fixed merge

This commit is contained in:
Christophe Riccio
2011-02-12 23:50:25 +00:00
2 changed files with 32 additions and 3 deletions

View File

@@ -13,6 +13,18 @@ GLM is a header only library, there is nothing to build, just include it.
More informations in GLM manual:
http://glm.g-truc.net/glm-manual.pdf
================================================================================
GLM 0.9.1.B: 2010-02-13
--------------------------------------------------------------------------------
- Updated API documentation
- Improved SIMD implementation
================================================================================
GLM 0.9.0.8: 2011-02-13
--------------------------------------------------------------------------------
- Added quaternion product operator.
- Clarify that GLM is a header only library.
================================================================================
GLM 0.9.1.A: 2010-01-31
--------------------------------------------------------------------------------