Page MenuHomeFeedback Tracker

Implement a command to get 3d positions along an existing rope
Closed, ResolvedPublic

Description

For things like fast roping, it would be beneficial to get a possibility to retrieve coordinates along a rope. Something like this:

_pos3d = _rope getPosOnRope _t;

_rope would be a rope object,
_t would be a parameter (0 = start of rope, 1 = end of rope, any value in between linear interpolation of rope position).

The result would be the 3d position of a point on the rope at the given parameter.

Details

Legacy ID
3228427579
Severity
None
Resolution
Open
Reproducibility
Have Not Tried
Category
Feature Request

Event Timeline

Varanon set Category to Feature Request.Nov 25 2015, 12:59 PM
Varanon set Reproducibility to Have Not Tried.
Varanon set Severity to None.
Varanon set Resolution to Open.
Varanon set Legacy ID to 3228427579.May 8 2016, 1:08 PM
dedmen closed this task as Resolved.May 20 2021, 1:37 PM
dedmen added a subscriber: dedmen.

ropeSegments command was recently added, returns you each segment which you can then getPos