Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 329 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 329 Bytes

PXG3D

PXG3D is a custom 3D game engine made in c++.

Engine features:

  • Constraint-based Rigidbody dynamics
  • Collision Detection between Convex Polyhedra using SAT and optimized Edge-Edge Checks
  • ADS Lighting with phong illumination
  • Raycasting with ray-triangle intersection
  • A Scene graph
  • Obj Loading using assimp