build
clutter
doc
common
cookbook
examples
images
videos
Makefile.am
actors.xml
animations.xml
clutter-cookbook.xml.in
events.xml
introduction.xml
recipe-template.xml
text.xml
textures.xml
version.xml.in
manual
reference
CODING_STYLE
HACKING
HACKING.backends
Makefile.am
RELEASING
clutter-actor-invariants.txt
po
tests
.gitignore
AUTHORS
COPYING
ChangeLog.pre-git-import
Makefile.am
NEWS
README
TODO
autogen.sh
clutter.doap
clutter.pc.in
configure.ac

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.