~ubuntu-branches/ubuntu/precise/clutter-1.0/precise

« back to all changes in this revision

Viewing changes to doc/reference/clutter/html/ClutterDeformEffect.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-06-14 15:42:20 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110614154220-tx3wzg90gppl2zqw
Tags: 1.6.16-0ubuntu1
* Resynchronize on Debian
* New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
<p>
95
95
</p>
96
96
<div class="refsect2">
97
 
<a name="id2763716"></a><h3>Implementing ClutterDeformEffect</h3>
 
97
<a name="id2804812"></a><h3>Implementing ClutterDeformEffect</h3>
98
98
<p>Sub-classes of <a class="link" href="ClutterDeformEffect.html" title="ClutterDeformEffect"><span class="type">ClutterDeformEffect</span></a> should override the
99
99
  <code class="function"><code class="function">deform_vertex()</code></code> virtual function; this function
100
100
  is called on every vertex that needs to be deformed by the effect.