-
b-splines and curve influence
When creating a b-spline, I want to alter the curve that is created, making the curve between two points more acute. Is there a way to do this easily using the points I’ve already created? Adding points closer to the center point of the curve seems to come close to what I want to do, but is there an easier way? Or do I need to use a bezier spline to have that kind of control?