Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Internal Collision Detection?
#3
(13-10-2021, 09:35 AM)josemendez Wrote: 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-wised objects, with support for self-collisions (an object colliding with itself) and inter-collisions (deformable objects colliding with each other).
The latter. Exciting to hear! I'm wanting to use both self-collisions and inter-collsions. I just wasn't sure if the particles used allowed empty space on the inside for proper simulation.
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