13-10-2021, 09:35 AM
(This post was last modified: 13-10-2021, 09:39 AM by josemendez.)
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).
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).