This project is capable of creating images from multi-polygonal objects. It cannot render a transparent(glass-like) polygonal object, however it does work with transparent sphere objects that are pre-defined in this file.
To make project run the command: ~$ make all
To run the project run: ~$ ./raytracer drivername.txt imagename.ppm
TO clean the project run: ~$ make clean