Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 689 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 689 Bytes

raycypp

Bare-bones C++ ray tracer.

Images

Stanford dragon model rendering 10,000 spheres rendering Perspective rendering Orthographic rendering

Acknowledgments

  • Ray Tracing in One Weekend by Peter Shirley
  • The fantastic GLM and libPNG libraries
  • The Möller–Trumbore intersection algorithm on Wikipedia for triangle intersection
  • Physically Based Rendering by Matt Pharr, Wenzel Jakob, and Greg Humphreys