Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 332 Bytes

SoftwareRayTracer

A simple C++ 17 software ray tracer.

Features

  • KD Tree accelerated triangle raycasting.
  • Recursive GGX importance sampling.
  • Recursive random sampling.

Config Mode Options

  • ggx
  • random
  • albedo
  • normals
  • emission

Third Party