Recursive ray tracer implementing the Phong shading model with box filtering.
Install the Haskell Platform.
Make sure your GHCI version is at least 7.10.2.
$ git clone https://github.com/dongy7/raytracer.git
$ cd raytracer
$ cabal install
$ cabal run
