Go to file
Ben af9e9bb39b
First commit
2022-06-01 10:26:53 +02:00
README.md First commit 2022-06-01 10:26:53 +02:00

README.md

Raytracer 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/RaytryCpp

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