show/hide this revision's text 2 added 5 characters in body

The smoothness doesn't have anything to do with the control points. The control points are only used for interpolation linear combination with the bspline basis functions. An arbitrary bspline segment always lies in the convex hull of the corresponding control points. It's the order of the bspline basis functions you are after.

So if you want smoothness, you should increase the order of the basis functions. Linear bsplines will only give linear segments.

show/hide this revision's text 1

The smoothness doesn't have anything to do with the control points. The control points are only used for interpolation with the bspline basis functions. An arbitrary bspline segment always lies in the convex hull of the corresponding control points. It's the order of the bspline basis functions you are after.

So if you want smoothness, you should increase the order of the basis functions. Linear bsplines will only give linear segments.