This lesson covers simple collision detection using rectangles, spheres, and boxes.
Adding the DirectX Tool Kit which we will use for this lesson.
Next lesson:Picking
Setup
First create a new project using the instructions from the first two lessons: The basic game loop andAdding the DirectX Tool Kit which we will use for this lesson.
2D collision detection
...
3D collision detection
...
Next lesson:Picking