Hello,
I have a large set of points, that I need to connect. With a LineBuilder and a Chopper, I can obtain each segment, but the angles are sometimes a bit harsh.
And so I would like to soften them, creating a curve instead of a set of lines. But I want the curve to go trough ALL the points of the input. Therefore I can not use a Bezier curve.
Any idea on how is it possible ?
Thanks
The first pic is how I would like it, and the second is what I do not want, a Takashi solution for a similar problem, but that does not work here.