Skip to content
Snippets Groups Projects
Javed Mohamed's avatar
Jav authored
a0b4067e
History
Name Last commit Last update
assets
doc/study
src
.gitignore
LICENSE
Makefile
README.md

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