Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stiff for a bit?
#2
(18-04-2023, 05:14 PM)Renman3000 Wrote: Hi there, 
Is there a way to use and control point, as an anchor in a way?

Let me explain. To get the visual effect, I want to have the rope start at 0, and end at 1, with a big exception....
This exception is, that the rope, does not bend until it reaches 0.25f. 

Hi,

Add a few control points between 0 and 0.25f, and attach them. This will prevent the rope from bending until 0.25f. This technique is used in the "RopeShowcase" sample scene, to make the ropes on the left wall come out at a 90º degree angle.

This works because of basic math: there's infinite lines that pass trough one point in space, but only one line that passes trough 2. So if you attach a beam at a single point, it will freely rotate around that point, but attaching it to 2 or more points constrains its rotation. Same for a rope.

Note this is only necessary with ropes. Rods model orientation and torsion, so you can constrain their orientation with a single attached control point.

hope this is what you were looking for! let me know if I can be of further help.

kind regards
Reply


Messages In This Thread
Stiff for a bit? - by Renman3000 - 18-04-2023, 05:14 PM
RE: Stiff for a bit? - by josemendez - 19-04-2023, 07:23 AM
RE: Stiff for a bit? - by Renman3000 - 21-04-2023, 03:04 PM