Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 553 Bytes

Java Raytracer

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

Libraries

  • JOML (Vector math)

Renders

naive soft shadows spheres reflecting and refracting 2 spheres