Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Rope ends didn't move correctly
#2
(19-05-2020, 10:13 PM)Kifwat Wrote: The end of the rope is attached to a moving object (the movement is not fast), when moving it, there's a always lag between the moving object and the rope's end, how can I achieve a better movement? I tried increasing timesteps and ObiSolver's Substeps but nothing has been changed.

It depends on when you move the object relative to the rope (before or after, remember that by default the solver is updated in FixedUpdate(), if you move the object after FixedUpdate there will be a 1-frame delay), and whether the attachment is static or dynamic.
Reply


Messages In This Thread
Rope ends didn't move correctly - by Kifwat - 19-05-2020, 10:13 PM
RE: Rope ends didn't move correctly - by josemendez - 20-05-2020, 10:44 AM
RE: Rope ends didn't move correctly - by Kifwat - 20-05-2020, 12:11 PM
RE: Rope ends didn't move correctly - by Kifwat - 20-05-2020, 01:21 PM