rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

Broad Phase collision detection *Crucial* #49

Open rzsavilla opened 7 years ago

rzsavilla commented 7 years ago

Two Collision passes

http://buildnewgames.com/broad-phase-collision-detection/

Without a broad phase - Performance will drop significantly once multiple collider objects are loaded into the scene.