Is there any way to tell which part of a multi elemenatl physics body has collided with. eg.
physics.addBody( obj, {shape = {} },{shape = {} } ) obj:addEventListener( "collision", function (event) -- Which of the two bodies has collided? end )
Regards, Lemon