Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 408 Bytes

Ray-Traing-Art

A simple ray tracer program that performs: Anti-Aliasing, Reflection/Refraction, Depth of Field and Multiple Lights.

Instructions:

  1. Open terminal
  2. Type in the following command: make clean
  3. Then, this command: make art
  4. To test out the scripts, run: art < test#.script where '#' is the number of the current script file (1-8).
  5. The generated images are in TIFF format.
  6. Enjoy!