This is a software raytracer written in Java. The goal is to learn and understand raytracing techniques (and make very nice looking images).
Current capabilities:
- Spheres/Planes
- Phong shading (how exciting!)
- Naive soft shadows
- Reflection/Refraction
- MSAA
- JOML (Vector math)