Tagged Questions
2
votes
3answers
690 views
2D Gaming - How to reflect a ball off the bat?
Hi there
I am pretty new to XNA & game dev and am stuck at ball reflection. My ball is reflecting once it hits the bat, but only in one angle, no matter which angle the bat is at.
Here's the ...
2
votes
4answers
1k views
Using an epsilon value to determine if a ball in a game is not moving?
I have balls bouncing around and each time they collide their speed vector is reduced by the Coefficient of Restitution.
Right now my balls CoR for my balls is .80 . So after many bounces my balls ...
0
votes
0answers
38 views
2d collision not working
I am currently working on a bouncing ball simulator.
I am setting up an algorithm that will return the colliding ball's x and y speeds in the form of an array.
I have monkeyed around with the code ...