This is a C++ project which implements an 3D graphics render engine.
This project works only with .MD2 files. The project implements:
- 3D wireframe model
- back face culling
- polygon sorting
- flat shading using GDI calls
- ambient lighting
- directional lighting source showing diffuse lighting
- rotation around X, Y and Z axes
- scaling
- translation in world space