]> git.mxchange.org Git - simgear.git/commit
Add <expression> to animations
authorTorsten Dreyer <Torsten@t3r.de>
Fri, 7 Jan 2011 21:43:46 +0000 (22:43 +0100)
committerTorsten Dreyer <Torsten@t3r.de>
Fri, 7 Jan 2011 21:43:46 +0000 (22:43 +0100)
commit122d7f681ff28e84159b4c220852f6dd62c14c2c
treef3b9956cd4b65a9c7edda3cab1183591b1aff233
parentacec1ba4bf07446c8740d0f33901104e7a5f537c
Add <expression> to animations

Allow complex animation expressions

Example: translate along the y-axis following a sin
function.
<animation>
  <type>translate</type>
  <axis>
    <y>1</y>
  </axis>
  <expression>
    <sin>
      <product>
        <property>/some/position-norm</property>
        <value>6.28</value>
      </product>
    </sin>
  </expression>
</animation>
simgear/scene/model/animation.cxx