Projection
Introduction
This is a program that I and a friend of mine did for Computer Graphics class while at the university.
The program loads 3D objects as described by a file format that was introduced for the exercise.
The user has the following projections available to choose from:
- Top;
- Side;
- Front;
- Oblique;
- Axonometric
It was developed in C using Visual C++ for the Windows 9X platform.



