Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  (Solved) Ropes allowing objects to pass through them
#2
Yes they can. However, if your rope resolution is not high enough (meaning there's gaps in between particles trough which small objects can pass), or if the mass ratio between the objects and the particles is high enough so that gaps open as a result of heavy rigidbodies pushing past very light particles, objects might pass trough ropes.

There's many ways to prevent this, these are some of the easiest:
- Increase rope resolution.
- Increase the amount of distance constraint substeps.
- Increase the amount of updater substeps.
- Reduce the mass ratio (either increase particle mass, or decrease rigidbody mass)

Also, adding a ObiParticleRenderer to your ropes will make it easy to debug what's actually happening with the particles. See:
http://obi.virtualmethodstudio.com/tutor...ering.html

kind regards,
Reply


Messages In This Thread
RE: Can ropes "hold" other objects? - by josemendez - 02-04-2020, 03:57 PM