diff options
author | Christophe Sadoine <chris@indefini.org> | 2012-08-31 07:05:48 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-08-31 07:05:48 +0000 |
commit | 0c2ecd5c1b61123592c22276e0cf8de507f38824 (patch) | |
tree | e8067842784829b027bf9d6379105dd5c60250e9 /legacy/evas/NEWS | |
parent | 9bc594da39286c95467c1afd38d5de1b6eb7a322 (diff) |
From: Christophe Sadoine <chris@indefini.org>
Subject: [E-devel] [patch] A function to rotate an evas map with a
quaternion
So this is a patch to rotate an evas map with a quaternion.
You can use this to avoid gimbal lock... for example in the elementary
evas map 3d test, if you put the Rot y angle to 90 then Rot x and Rot
z will do the same rotation...
SVN revision: 75920
Diffstat (limited to 'legacy/evas/NEWS')
-rw-r--r-- | legacy/evas/NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index 4455de4fc5..2dcb6a2c08 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -1,3 +1,12 @@ | |||
1 | Evas 1.8.0 | ||
2 | |||
3 | Changes since Evas 1.7.0: | ||
4 | ------------------------- | ||
5 | |||
6 | Improvements: | ||
7 | |||
8 | * Function to rotate an evas map with a quaternion: evas_map_util_quat_rotate(). | ||
9 | |||
1 | Evas 1.7.0 | 10 | Evas 1.7.0 |
2 | 11 | ||
3 | Changes since Evas 1.2.0: | 12 | Changes since Evas 1.2.0: |