Game Engineering II Engine System Wirte-Up

I made a physics system using the GJK(Gilbert–Johnson–Keerthi distance algorithm) and EPA(Expanding Polytope Algorithm) algorithms. The system is capable of detecting collisions between…

Game Engineering II Assignment 5

Tony discussed cameras, platform-independent shaders, and physical game objects in the last class. Those seem easy to implement, but every single one is…