Hi,
I have to animate an object along a bezier curve.
So, if I want to create 100 frames, I have to split the curve in 100
equal length segments.
As you know the t parameter is not linear, so if I pass t = 0.5 I get
a point which is not at half-a-distance from the first point of the
curve, and this is wrong to me. So, how should I divide the curve in x
segments with equal length? I have checked this group but it's not yet
clear to me how to do. Any help? Any function returning xyz coords by
passing a linear t parameter (based on the whole length of the curve)
would be greatly welcome. Thank you.