Introduction - If you have any usage issues, please Google them yourself
This source code demonstrates the techniques used to handle 3D graphics from scratch - without using an API such as OpenGL. The code includes Gouraud and Phong shading, which gives much better quality than flat shading for curved surfaces. Also included are methods for building general 3D shapes