pathtracer/README.md
2022-06-07 15:17:46 +02:00

678 B

Pathtracer for Advanced Computer Graphics

Depdendencies:

Features:

  • Material features: Phong lighting, reflections, transparency
  • Accelerated Raytracing on triangles using a KD-Tree structure
  • Raytracing with planes, spheres and triangles
  • A ton of work

Compiling

cmake -B build

Running

build/PathtryCpp

Note: Teapot must be provided in working directory under newell_teaset/teapot.obj.