Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Moving rope (attach/fixed point) without applying force to the rope
#6
(03-10-2018, 10:56 AM)KjetilMV Wrote: Thanks, again.

I get a lot of initial movement on the rope after changing to local.

I'm want to set the dampening on the solver at max at start, and then decrease it after my rope is created, but I can't find the variable. Can you point me in the right direction?

Hi,

The rope should sit perfectly quiet if the setup is correct. Make sure the rope is a child of the solver, when in local space mode.

If you need to change dampening at runtime, do this:
Code:
solver.parameters.damping = 0.5f
solver.UpdateParameters();
Reply


Messages In This Thread
RE: Moving rope (attach/fixed point) without applying force to the rope - by josemendez - 03-10-2018, 11:19 AM