ProtoFlux:Multi Bezier Curve

From Resonite Wiki
Revision as of 16:32, 2 July 2024 by AmasterAmaster (talk | contribs) (Created a page for the Multi Bezier Curve node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Bezier Curve
Lerp
*
Operands
+
-
Interpolation

The Multi Bezier Curve takes in any number of tangent points (TangentPointFloat or TangentPointDouble), and a lerp value to travel from start to finish for each curve. This returns the value of a specific point using that lerp value.

This node is the multi version of the Bezier Curve node.

The types needed are found using the Pack Tangent Point nodes.

Inputs

Lerp (float)

The travel point from start to finish (per curve input).

Operands (Pseudo-Generic)

The curve inputs.

Outputs

* (Pseudo-Generic)

Returns the value of a specific point along the curve using the lerp value.

See Also