The raytracer application computes a picture using an abstract description
of a scene. The application is parallelized by recursively dividing the
picture up to the pixel level. Next, the correct color of that pixel is
calculated and the image is reassembled.
