Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
curvy:documentation:controllers [2015/10/09 20:32] – [Orientation] Jakedocumentation:controllers [2018/01/28 12:25] – [Move] _Aka_
Line 25: Line 25:
 Whether to use cached values when appropriate or not Whether to use cached values when appropriate or not
 ====Cross Position==== ====Cross Position====
-//VolumeController only// +//VolumeController only.// This section defines the lateral starting position:
- +
-This section defines the lateral starting position +
-:+
 == Cross Range == == Cross Range ==
 Defines the range within the cross section the controller uses. The base point (the point '0' refers to) can be altered by using [[.:generator:modules:shapeextrusion#Shift]]. Defines the range within the cross section the controller uses. The base point (the point '0' refers to) can be altered by using [[.:generator:modules:shapeextrusion#Shift]].
Line 54: Line 51:
 ==Speed== ==Speed==
 The speed, using the above mode, or delta (if animated) The speed, using the above mode, or delta (if animated)
 +<note important>Note that speed changes the movement direction **only** if it was "0" before!</note>
 ==Clamping== ==Clamping==
-Determines what to do when the source' end is reached:+Determines what to do when the source'end is reached:
   * **Clamp** - controller will stop   * **Clamp** - controller will stop
   * **Loop** - controller will start over at the opposite   * **Loop** - controller will start over at the opposite
Line 88: Line 86:
 ==Ignore direction== ==Ignore direction==
 If enabled, only the forward direction will be considered, even if the object is moving with negative speed. Otherwise the object will switch direction when moving backwards If enabled, only the forward direction will be considered, even if the object is moving with negative speed. Otherwise the object will switch direction when moving backwards
 +
 +<note>The below Offset parameters are available only if OrientationMode is set to 'Tangent' or 'Orientation'</note>
 +
 +==Offset Angle==
 +The Angle (-180 to 180) starting from the Up vector, defining the direction to offset
 +==Offset Radius==
 +The distance to offset
 +==Compensate Offset==
 +If enabled, curve distance deviation will be compensated
 +
 ====Events==== ====Events====
-//(Spline Controller only))//+//(Spline Controller only)//
 See [[.:controllers:events]] See [[.:controllers:events]]