From 464bd917d094d79b886248596f75fdae9a545865 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Thu, 10 May 2018 12:21:33 +0300 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15f434c..ff1b4df 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Complete documentation: http://cglm.readthedocs.io - **[bugfix]** euler angles was implemented in reverse order (extrinsic) it was fixed, now they are intrinsic. Make sure that you have the latest version - **[major change]** by starting v0.4.0, quaternions are stored as [x, y, z, w], it was [w, x, y, z] in v0.3.5 and earlier versions +- **[api rename]** by starting v0.4.5, **glm_simd** functions are renamed to **glmm_** +- **[new option]** by starting v0.4.5, you can disable alignment requirement, check options in docs. #### Note for C++ developers: If you don't aware about original GLM library yet, you may also want to look at: