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