RayTracingDemo

Example on how to implement a scene ray tracer in GLSL.

You can describe a scene in a TXT file with objects such as planes, spheres, lights and materials and then render the scene and move the camera through an arcball.

image

TODO: better readme...