From c0b8670f376bca479e760fbef4b2771ed1839278 Mon Sep 17 00:00:00 2001 From: dluisnothere <43430369+dluisnothere@users.noreply.github.com> Date: Sun, 9 Oct 2022 17:45:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec30480b..7a7fc3c8 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ _No Antialiasing Closeup_ | _Antialiasing Closeup_ ### Direct Lighting +Direct Lighting was implemented by sending every ray with only 1 bounce left directly to a randomly selected lightsource in the scene. Here are the implementation results: + _No Direct Lighting_ | _Direct Lighting_ :-------------------------:|:-------------------------: ![](img/NoDirectLighting.png) | ![](img/DirectLighting.png)