2017

Table Of Contents
fnoise(axis1.position) * 100 yields the following curve:
turbulence
Returns a random value between -1 and 1, based on a given vector and with the ability to control the level
of smoothness for the resulting curve.
turbulence(Position, Level)Syntax:
Arguments:
Position is a vector used as a seed for the returned random value.
Level is a positive integer where the greater the value, the greater the jitter applied to
the resulting curve. If this argument is set to a value less than 1, the level will be treated
as if 1 were used. If it is set to a number with a fractional component, the number will
be rounded down to the nearest integer.
Examples:
turbulence(axis1.position, 1) * 100 yields the following curve:
turbulence(axis1.position, 8) * 100 yields the following curve:
1260 | Chapter 24 Animating Keyframes