Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SOLVED - Rotating Obi Collider smears my rubber ball
#5
(25-08-2020, 08:08 AM)the-lander Wrote: Thank you for the answer, but it didn't help. The Softbody ball seems immovable: https://youtu.be/dWLejv8lvbs I can move it freely and it will move the petals.
Here are my settings for each separate propeller petal: https://prnt.sc/u5ojlp  It's enough to move a usual sphere with a Rigidbody component, but doesn't work on my softbody ball.
Here's how my Softbody ball looks like: https://prnt.sc/u5olkl
And here's the Solver: https://prnt.sc/u5om7s

Just make sure the motor joint applies enough force to move the mass of the softbody ball, so make sure its mass is comparable to that of the ball if you want sane force values to work. A default unity rigidbody has a mass of 1 kg. The mass of your softbody entirely depends on the mass values you applied when generating the blueprint, it might be many times heavier than a simple rigidbody.

Remember that force = mass x acceleration. So to move a heavy object, you need to apply a large force.
Reply


Messages In This Thread
RE: Rotating Obi Collider smears my rubber ball - by josemendez - 25-08-2020, 05:31 PM