Hi,
How do I get proper collisions between 2 objects say rect and circle with rotating rectangle hitting the circle.
I mean that the circle will pass into a rectangle before the collisions is detected properly and it looks fake.
I used a pre-collision but this doesnt seem to work, you cant detect if an object is about to collide into a object.
UPDATE-solved with this
physics.setPositionIterations(25);
This below had no effect
physics.setVelocityIterations(30) [import]uid: 138547 topic_id: 26423 reply_id: 326423[/import]