Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 343 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 343 Bytes

Ray tracer

Another re-implementation of Peter Shirley's Ray Tracing in One Weekend with the following changes:

  • use stb_image for creating .png images instead of .pem
  • use Eigen rather than a naive vec3 class
  • store normalized Ray directions