raytracer (python)

Below is the code I wrote for a ray tracer. It parses files that give the algorithm a starting point, and the location of objects in 3D space. It then raytraces and draws to the processing screen what the user should see.