
This project presents a complete program that sets up a data structure for objectas and draws a wireframe projection of these objects in two-dimensional screen space.
The data structure used is more complicated than it need be for wireframes, because the program is subsequently used by procedures that perform shading.

Introduction
Data Structure
Scene File
Data File
Program