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
It's possible for bullets to miss bunkers. It seems like it is happening when the bullet is going towards a bounce wall at a high rate of speed. It looks like the bounce logic figure out it's next "bounced" position and ignores the fact it went through an object in the middle.
Need to confirm (a) if this is a bug in the original game (b) if not, if it is only a bug in our new collision logic.
It's possible for bullets to miss bunkers. It seems like it is happening when the bullet is going towards a bounce wall at a high rate of speed. It looks like the bounce logic figure out it's next "bounced" position and ignores the fact it went through an object in the middle.
Need to confirm (a) if this is a bug in the original game (b) if not, if it is only a bug in our new collision logic.
Demostration:
Bullet_miss.mp4