3D Physics Engine Course

Learn how to create a 3D Physics Engine. Thanks to thebennybox you can learn this subject easily.

Recommended that you have a strong foundation in C++ before taking this course.


Average Course Length

3 hours


Skill Level

Expert


Pick a lesson


1: How Physics Engines Work
2: Setting Up
3: Sphere Intersections
4: Axis Aligned Bounding Boxes (AABB's)
5: Plane Collider
6: Physics Objects
7: Basic Simulation
8: Basic Collision Detection
9: Generalizing Colliders
10: Collider Transform
11: Proper Bouncing