Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 359 Bytes

pathtracer

A simple path tracer in C++

Path traced suzanne

Features

  • Next-event estimation using Multiple Importance Sampling
  • Diffuse materials with the Lambertian BRDF
  • Metallic materials with the GGX BRDF
  • Triangle mesh loading (.obj)
  • Fast raycasting with a Bounded Volume Hierarchy acceleration structure