03-10-2018, 11:19 AM
(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();