PXC Documentation

PXC Home

Smooth Path

pre 1.18

Create path with automatic smoothness.

Node Data

Display name

Smooth Path

Internal name

Node_Path_Smooth

Inheritances

Node_Path_Smooth

Inputs

Path

bool

Loop

bool

Round Anchor

slider

Smoothness

Sampling

bool

Normalized Length

slider

Sample Path

enum

Sample Mode

Dynamic Inputs

vec2

Anchor

Outputs

pathnode

Path Data

float

Position Out


Create 2D path smoothly interpolating from set of vec2 points.



Properties


Path
LoopCreate loop.
Round AnchorRound anchorp point to integer.
SmoothnessInterpolation smoothness.
Sampling
Sample PathSample position from path.
Sample ModeEither to sample the entire line (0 path start, 1 path end), or per segment (0...n where n is the anchor index.)



Commit History


1.16.4
  • Introduced

Related Links