A simple ray tracer program that performs: Anti-Aliasing, Reflection/Refraction, Depth of Field and Multiple Lights.
- Open terminal
- Type in the following command: make clean
- Then, this command: make art
- To test out the scripts, run: art < test#.script where '#' is the number of the current script file (1-8).
- The generated images are in TIFF format.
- Enjoy!