Hi. I just found out that if both bodies have marked as static (mass = 0.0f) The collision is never reported.Not even if collision mode set to COLLISION_ALWAYS.
What i’m trying to do is collect colliding bodies with the rigidBody->GetCollidingBodies() but static bodies are always ignored.
How to perform a simple static overlap test between two bodies ? Is it even possible ?