Go to file
Ben 37040f95f0
Add LICENSE
2022-06-01 10:44:25 +02:00
newell_teaset Add source code and project files 2022-06-01 10:31:18 +02:00
src Add source code and project files 2022-06-01 10:31:18 +02:00
thirdparty Add source code and project files 2022-06-01 10:31:18 +02:00
.clang-format Add source code and project files 2022-06-01 10:31:18 +02:00
.gitignore Add source code and project files 2022-06-01 10:31:18 +02:00
CMakeLists.txt Add source code and project files 2022-06-01 10:31:18 +02:00
LICENSE Add LICENSE 2022-06-01 10:44:25 +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.