C++ DirectX engine / scenegraph
A project created for university. This demonstrates how to implement a fast, optimised game, using a tree style scene graph. Implemented currently are:
- Scene, mesh and gird nodes
- Intersection tests on the scenegraph
- Collisions tests on the scene graph
See below for sceenshots and to download a copy of the executable and source code.

