Creates a Shape from a CurvySpline.
| Name | Type | Description |
|---|---|---|
| Shape | Shape | The shape sampled from the spline |
Basic settings for the source spline and how it is read.
The source spline. Assign an existing spline from the scene, or create a managed spline resource. When using a managed resource, the Shapes inspector is accessible directly from the module.
When enabled, uses the spline's precomputed position and tangent cache instead of recalculating on the fly. Faster, but slightly less precise.
When enabled, the spline's control points are read in world space instead of local space.
Limit the module to a portion of the spline instead of using it in full.
For example, setting the range from CP0001 to CP0002 means only that segment is exported. A subsequent module that uses a length of 1 will work over that segment only, not the whole spline.
The control point where the range begins. On a closed spline, if no End CP is set, this acts as a shift — the chosen CP becomes the new start of the spline.
The control point where the range ends.