03-06-2020, 04:43 PM
(03-06-2020, 04:38 PM)josemendez Wrote: There's two control points in the rope, but the actual rope is made of many more points. It would just be a straight line otherwise, since that's the only shape defined by just two points.
The method outlined in the above link takes a normalized coordinate as input: 0 for one end of the rope, 1 for the opposite end, any value in-between for all other points in the rope.
Yes, you are completely right, so I need to pass 0 or 1 for each point of rope, and I will get ObiPathFrame struct, from what i can get rotation of the point?