YOUR ACCOUNT

Remapper (Slider Control to Angle)

This remapper lets you specify how the Slider control affects the target angle input. The remapper is visible only when Use Remapping is turned on in the properties of the Slider control component. For more information on how remapping works, see Remappers.

The remapper works as follows. First, it performs a linear interpolation between its Minimum and Maximum angles, where the interpolation coefficient is defined by Value provided by the Slider control. Then the remapper adds the value of its Offset parameter to the result of the interpolation. If the resulting angle is greater than 360 degrees, it is 'wrapped' back into the range of 0 to 360. After that, the result is sent to the target angle input.

Minimum and Maximum

These parameters define the range of values for the target angle input. Note that the resulting target value can exceed this range due to the addition of Offset, so if you need to keep the target angle strictly within the specified range, use the Offset of 0.

Offset

Defines the angle offset. Offset is added to the resulting value of the remapper after it was calculated using the Minimum and Maximum values. If the result exceeds 360 degrees, it is 'wrapped' back into the range of 0 to 360. Offset is useful for controlling multiple angle inputs simultaneously – see the CrossBlur filter included with Filter Forge.