MrNex / NGen

3D Game & Simulation Engine written in C
Other
13 stars 4 forks source link

IsResolutionNeeded function is wrong #26

Closed MrNex closed 9 years ago

MrNex commented 9 years ago

the PhysicsManager's IsResolutionNeeded should be performed after decoupling and collision point deduction, not before. This was discovered as a result of the proposed solution for #21. The function should also take into account the actual point of collision, not an estimated one.

MrNex commented 9 years ago

Fixed with 9ddb683c1d70bd400d6aa16746cfb8f7fc4ecaa0