From 7c3084aa99f2ce7168818d51833b40a84352495a Mon Sep 17 00:00:00 2001 From: dluisnothere <43430369+dluisnothere@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:51:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6fa24a..d0914fb 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Overall, this project is a continuation of learning how to write CUDA kernel fun * First-bounce-cache for a specific camera angle. 3. [Additional Features](https://github.com/dluisnothere/Project3-CUDA-Path-Tracer#additional-features) -* Refractive materials +* Refractive materials using Schlick's approximation * Depth of Field * Direct Lighting * Stochastic-sampled antialiasing