2017

Table Of Contents
are valid when applied to the specified channel. The fully qualified versions of the expressions are also
provided.
Fully Qualified ExpressionSimplified ExpressionChannel
axis1.position.x + 50x + 50axis1.position.y
axis1.position / 2position / 2axis1.rotation
image1.material.specular * 3specular * 3image1.material.diffuse
References to other channels also work when referring to the siblings of any parent. For example, consider
the following structure.
You can apply the expression position.x to axis.rotation.x because position is a sibling of rotation, and
rotation is a parent of rotation.x.
Operator Reference
Operators specify a mathematical or logical calculation to be performed between various elements of an
expression.
Arithmetic Operators
Use the following arithmetic operators to perform basic mathematical operations.
DescriptionOperator
Addition+
Subtraction-
Multiplication*
Division/
Modulo (this is a binary operator)%
Advanced Animation: About Expressions | 1247