Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sequence of short ropes connecting pinned objects – problem with stretchiness/jitter
#1
Hi –

I'm building a vertical chain of ropes and pinned objects (object/rope/object/rope/object, etc) and the longer the sequence gets, the more elastic the rope gets (if the rigidbodies have a mass of 1) or the more uncontrollably jittery it is (if the rigidbodies have masses of less than 1). 

I've gone through the documentation and forums looking for answers – the only suggestion I can find is to make sure that the masses of the rope particles are in a reasonable ratio to the rigidbody mass. But when I change the rigidbody masses to something small like 0.2, everything starts jittering – the more objects in the chain, the more jitter.

The only solution I've been able to find is to leave the rigidbody masses at 1, and set the Distance Constraints Stretching Scale of the ropes to something like 0.25. This works, although it makes everything jump around when the scene starts.

Is there something I'm missing? Suggestions?
Reply


Messages In This Thread
sequence of short ropes connecting pinned objects – problem with stretchiness/jitter - by phoberman - 12-02-2018, 01:42 AM