Tagged Questions
6
votes
5answers
1k views
Why do objects interpenetrate in this simple collision solver?
The code below is from a Microsoft XNA sample here.
This is quite a simple rigid body simulation that ignores many physical effects (such as angular momentum), but it does try to push objects ...