Hi,
I am trying to delete an object in box2d when 2 object collide. When my 2 objects do collide, one of the object bounces off the other. it does delete the other object, but i want it to make it look like it went through rather than a bounce.
I have my body Def type set to b2_staticBody. Any help would be appreciated.