How to create B-spline curve path?

Blitz3D Forums/Blitz3D Programming/How to create B-spline curve path?

Is it possible to create a path usring B-spline curve and make the mesh or camera follow it?

Continuous Bspline

And to make an entity follow it, you would look into the bezierdraw() function, in the above mentioned code.