ProtoFlux:Multi Slerp

From Resonite Wiki
(Redirected from Multi Slerp (ProtoFlux))
Slerp
Lerp
*
Operands
+
-
Interpolation

The Multi Slerp node takes in any number of slerp points along with a lerp value that represents its point in between those. Then it returns the lerped value over time.

The "S" part of the slerp stands for "spherical", which means that it deals more with rotations and the values relating to that type of movement (floatQ for reference).

This node is the multi version of the Slerp node.

Inputs

Lerp (float)

The lerp value between the start and end points between all slerps.

Operands (Pseudo-Generic)

The slerp values.

Outputs

* (Pseudo-Generic)

Returns the value currently being slerped.