Code Examples
Code Examples 2 – Collision Detection
Early on in my programming career, I used to use a check on each frame to see if there was any collision. Sounds like the standard way to do collision detection, you might think. But for some reason it was always rather inefficient. I can’t remember exactly how I used Read more…