Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Issue with Rope Consistency!
#6
(10-06-2020, 05:41 PM)Kifwat Wrote: Honestly I'm not really familiar with them, but I tried all the possible ways you suggest, and this is what I got:

- Increasing substeps + increasing distance constraints = Fixed the rope go through other, but the rope is not soft and not foldable (like a hard cable).
- Keeping the substeps at 1 + increasing bend constraints = soft and foldable rope, but it go through the other, and the collision didn't happen properly.

With bend constraints you've done the opposite of what you should do: do not increase their interaction count, that would only make the rope less bendable. Either deactivate them, or increase their compliance and/or their max bending. Compliance will make then less stiff, and max bending will allow some amount of bending before they kick in.

The combination you want is: Increase substeps + increase max bending.

(10-06-2020, 05:41 PM)Kifwat Wrote: I want the rope to be soft and foldable and at the same time it should stretch with other objects (and return to its initial length after) and don't go through them.

Obi is a particle-based engine. The rope is basically a chain of particles, so if you overstretch it you will be opening gaps in-between particles trough which other objects/ropes will pass. Adding a ObiParticleRenderer component to the rope should make this point obvious. You can't stretch a rope past its maximum length and still expect it to catch all collisions, collision detection just doesn't work like this.
Reply


Messages In This Thread
Issue with Rope Consistency! - by Kifwat - 10-06-2020, 02:57 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 03:26 PM
RE: Issue with Rope Consistency! - by Kifwat - 10-06-2020, 04:30 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 04:45 PM
RE: Issue with Rope Consistency! - by Kifwat - 10-06-2020, 05:41 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 05:51 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 06:13 PM
RE: Issue with Rope Consistency! - by Kifwat - 10-06-2020, 06:46 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 08:01 PM
RE: Issue with Rope Consistency! - by Kifwat - 10-06-2020, 08:12 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 08:38 PM
RE: Issue with Rope Consistency! - by Kifwat - 10-06-2020, 08:55 PM
RE: Issue with Rope Consistency! - by josemendez - 10-06-2020, 09:09 PM
RE: Issue with Rope Consistency! - by Kifwat - 10-06-2020, 09:41 PM
RE: Issue with Rope Consistency! - by josemendez - 11-06-2020, 08:13 AM