cookbook: Added recipe for animated rotation of an actor
authorElliot Smith <elliot.smith@intel.com>
Wed, 21 Jul 2010 13:50:32 +0000 (14:50 +0100)
committerElliot Smith <elliot.smith@intel.com>
Wed, 28 Jul 2010 10:43:26 +0000 (11:43 +0100)
commit7ed3517504754216304607136450ef8b718597f7
treeee1c7bbb3cab47e3c6dd518959ebafc144ba0a7b
parent94fcbafe18b2e7079c79dde393de4b25fad02456
cookbook: Added recipe for animated rotation of an actor

New recipe covering how to animate rotation of
an actor (in all axes).

Covers various factors affecting rotation animation
(like orientation of axes, parent rotation/orientation),
as well as trying to make rotations easier to visualise
(e.g. describing how rotation direction is affected by
those factors, how a rotation can be expected to look
when animated). Uses implicit animations for code examples.

Also refers to a full code example which uses ClutterState.
doc/cookbook/Makefile.am
doc/cookbook/animations.xml
doc/cookbook/videos/animations-rotating-container-reverses-direction.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-x-centered.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-x-minus-180-with-y-minus-96.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-x-minus-180-with-z-minus-96.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-x-minus-45.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-y-45.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-y-centered.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-z-90.ogv [new file with mode: 0644]
doc/cookbook/videos/animations-rotating-z-centered.ogv [new file with mode: 0644]