Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Internal Collision Detection?
#2
What do you mean "internal" collisions? Do you mean self-collisions? (an object colliding with itself). If so, yes.

If you mean two-sided collisions, the answer is yes too. Obi is a particle-based engine, objects are approximated as ellipsoidal particles. You can make convex, concave, one-sided and two-sided objects, with support for self-collisions (an object colliding with itself) and inter-collisions (deformable objects colliding with each other).
Reply


Messages In This Thread
Internal Collision Detection? - by Dave LeDev - 13-10-2021, 09:19 AM
RE: Internal Collision Detection? - by josemendez - 13-10-2021, 09:35 AM
RE: Internal Collision Detection? - by Dave LeDev - 13-10-2021, 09:38 AM