Expressions: Difference between revisions

Jump to navigation Jump to search
Added clip example
(Start improving the lacking documentation of expression elements :))
(Added clip example)
Line 30: Line 30:
   </sqrt>
   </sqrt>
</expression>
</expression>
</syntaxhighlight>
An expression to limit e.g. rotation:
<syntaxhighlight lang="xml">
  <expression>
    <clip>
      <clipMin>-45</clipMin>
      <clipMax>45</clipMax>
      <property>orientation/pitch-deg</property>
    </clip>
  </expression>
</syntaxhighlight>
</syntaxhighlight>


82

edits

Navigation menu