From 05f4e3ceecb16729cbd586c91ceef24371e7ac1d Mon Sep 17 00:00:00 2001 From: vonhyou Date: Thu, 21 Mar 2024 22:03:09 -0400 Subject: [PATCH] update gitignore --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26187d1..5fe13a5 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,15 @@ Those files (except for CMakeLists.txt`) remain unchanged for evaluation purpose Please modify the cmake file for you to build on your machine. +## Showcase -The original readme content is attached below: +![Direct Illumination](./student_solution/test_scene3B.ppm) + +![Anti-aliasing](./student_solution/Anti-aliasing) + +![Global Illumination (Path-tracing)](./student_solution/cornell_box_demo.ppm) + +**The original readme content is attached below:** ```txt This code is used for three purposes: