adnilsson / ray-tracer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 100.0%