This is a implementation of a ray tracer, inspired by the book Ray Tracing in One Weekend. This is still a work in progress.
Instead of implementing a vec3, I used Vector3 from the geometric
crate.
- Anti-aliasing
- Different materials for the spheres
- Different positions for the camera