accelerated-raytracer/README.md

676 B

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.