Slerp With Magnitude
Operands
+
-
Interpolation
The Multi Slerp With Magnitude 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.
This node takes in account the magnitude of this slerp calculation.
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.