20-03-2023, 10:18 PM
(This post was last modified: 20-03-2023, 10:18 PM by josemendez.)
(20-03-2023, 04:28 AM)vrtraining Wrote: Yes the structure is like this
- Root (Obi Solver and Component)
- - Crane
- - - Crane Boom (Movement Script but not in Update, its event based)
- - - - Ropes
- - - - Load
[quote='vrtraining' pid='14081' dateline='1679282920']
Now when the crane boom moves it moves the both ropes and load, this is because if I take Load outside the Crane Boom then it gets a huge swing. So I'm also moving the load to reduce the huge swing. How I can reduce the swing if I take it outside?
Hi!
It should swing, that's the physically correct outcome. If you want to reduce swinging amplitude, you can apply damping/drag on the rigidbody hanging from the rope. If you want to reduce swinging frequency, you need to increase the rope's length, as per the pendulum equation (f = 1 / (2* pi * sqrt(L / g)), where L is the rope length and g is gravitational acceleration).
kind regards,