ProtoFlux:Multi Slerp With Magnitude

From Resonite Wiki
Revision as of 10:19, 30 January 2025 by AmasterAmaster (talk | contribs) (Added the Multi Slerp With Magnitude node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Slerp With Magnitude
Lerp
*
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.