You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What should happen: Circle bodies should collide well with each other and with squares
What happens instead: Collisions between circle bodies cause strange movements of the balls. Additionally colliding a circle with the edge of a square also has sometimes strange effects
Please see the example codepen and observe the balls and their behaviour. They start shaking sometimes when colliding and changing to weird directions.
I think this is a framework bug, but in case I made a mistake please tell me :)
Would be very nice if someone could fix this! Thanks!
It's like if the balls bounce twice od three times between them then go in the oposit direction, and another comportement is when they just turn a little bit around then go ahead
It looks like if the bounce value is under the velocity value so it bounce more then only one time
This Issue is about
Please see the example codepen and observe the balls and their behaviour. They start shaking sometimes when colliding and changing to weird directions.
I think this is a framework bug, but in case I made a mistake please tell me :)
Would be very nice if someone could fix this! Thanks!
edit:
You can sometimes even observe this in the official example: https://phaser.io/examples/v2/arcade-physics/circle-body
But its better visible in my codepen
The text was updated successfully, but these errors were encountered: