B-Spline (3D) Control points question

Im trying to draw curves using the B-Spline (3D) using multiple control points which is working as expected. What i can’t seem to do is find a way to make the path pass through the control points, opposed to creating a curve inside the angle. I think I’ve heard this called a Parabolic Spline or something similar, does anyone know if this is possible and how i would modify the sub patch to do this.

thanks

Andy

b-spline-bridal-directx-renderer

Yo,
For cpu/patch option check the resamaple node’s mode pin. Maybe cubic or hermite mode is closer to what you want.

You can use Resample (3d) for easy vectors. Check it’s help patch to play with the modes.

Oh Man, thanks! that is exactly what i was looking for! “Hermite” is the one :)