masoug / dodgeball

Simple network-based dodgeball game.
1 stars 0 forks source link

Ball Self-Colliding with Player #45

Open masoug opened 11 years ago

masoug commented 11 years ago

The player has capsules as collision shapes, but that can cause players to "hit themselves" when their firing angle is too steep. That is, the player's ball is so close to the player's capsule that Bullet registers that as a collision.

The solution would either be to extend the position the ball fires at or to constrain rotation.