How to create B-spline curve path?

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

flim(Posted 2004) [#1]
Is it possible to create a path usring B-spline curve and make the mesh or camera follow it?


Techlord(Posted 2004) [#2]
Continuous Bspline


Jeppe Nielsen(Posted 2004) [#3]
And to make an entity follow it, you would look into the bezierdraw() function, in the above mentioned code.