Game Programming I – Assignment day 23
|
More work on collision detection today. The collision manager now checks overlaps between objects. If there is one it returns a pair to the first object containing a pointer to the second object and the offset. Now I will need to work on collision handling in the different classes. They will decide what happens when a collision with a certain object occurs. |