docs: Add effects chapter, with introduction and first recipe

Add an effects chapter which gives a broad overview of
the abstract classes in the effects API, plus a short
example of how to apply one of the stock Clutter
effects (ClutterColorizeEffect).

The recipe explains how to create a custom ClutterDeformEffect
to produce a page fold (code based on ClutterPageTurnEffect).

The example code includes the effect class plus a small
application to apply it to a texture.
This commit is contained in:
Elliot Smith
2011-02-21 16:43:34 +00:00
parent 91740fd4df
commit 74de3cfdf3
12 changed files with 1255 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<xi:include href="text.xml" />
<xi:include href="layouts.xml" />
<xi:include href="script.xml" />
<xi:include href="effects.xml" />
<appendix id="contributing">
<title>Contributing to this document</title>