godot-verlet-rope icon indicating copy to clipboard operation
godot-verlet-rope copied to clipboard

Can we get a member function to return a 3D global position/translation given a certain interval of the rope I.E 0-1?

Open MossFrog opened this issue 1 year ago • 0 comments

A member function that returns a point on the segment of the rope or the array of the segment positions would be very helpful for features such as ziplining or objects that attach to the rope!

returnSegment(0.5) for example would return the center point along its length regardless of its current length in the simulation.

MossFrog avatar Apr 10 '23 14:04 MossFrog