From 469a6de4b0f303a00837ec73f47b78d228ed38d5 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Thu, 28 Jul 2022 21:07:35 +0200 Subject: [PATCH] Adjust README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b47c9d..04cd719 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ Depdendencies: - Utah Teapot (included, see `newell_teaset`, Source: https://www.cs.utah.edu/~natevm/newell_teaset/newell_teaset.zip) Features: -- Material features: Phong lighting, reflections, transparency - Accelerated Raytracing on triangles using a KD-Tree structure - Raytracing with *planes*, *spheres* and *triangles* +- Pathtracing with multiple (random) paths in a hemisphere on first object intersection +- PBR Material rendering with a rendering equation using a simple *Blinn-Phong* BRDF - A ton of work