Simple ray/path tracer written in Java. Follows Peter Shirley's "Ray Tracing in One Weekend", which can be found here
Hello, World!
Set up a simple vector3 class!
Set up some logic for interpreting a 3D world, and working with rays.
Spheres. It's spherical!