Tween between two curves
ID
tool-primitive-curves-tween-curve
Name
Tween Curve
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, you'll need to connect two curves to the "A" and "B" inputs, and then set the "F" input to a value between 0 and 1 to determine the point of interpolation. A value of 0 will output the curve connected to the "A" input, while a value of 1 will output the curve connected to the "B" input. A value of 0.5 will output a curve that is halfway between the two input curves.
Interpolate
NURBS Curve
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
curveA | Curve | Curve to tween from | |
curveB | Curve | Curve to tween to | |
factor | Number | Tween factor 0.0=Curve A, 1.0=Curve B |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting tween curve |