Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding pin constraints to a rope gives it velocity
#4
Make sure you’re not pinning a particle inside a collider that’s set to collide against it, as both constraints (collision and pin) cannot possibly be met simultaneously, causing constant jittter. This is warned against in the pin constraints documentation.

The solution would be to deactivate collisions between the particles that must lie inside of the collider and the collider itself, setting their phases to the same value.
Reply


Messages In This Thread
RE: Adding pin constraints to a rope gives it velocity - by josemendez - 18-04-2020, 11:23 PM