Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 349 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 349 Bytes

Simple raytracing implementation

This projects is split in branches to recreate the original order of the book:

  • Simple Raytracing
  • Lights 1 | Diffuse
  • Lights 2 | Specular
  • Shadows
  • Reflective surfaces
  • More soon...

Notes of RayTracer implementation

  • Excercises from Graphics from scratch.