From c51a111029c4c1a8a396b9d1450e22bfec48a551 Mon Sep 17 00:00:00 2001 From: CJSatnarine Date: Wed, 24 Jul 2024 03:04:38 -0400 Subject: [PATCH] Update README.md --- README/README.md => README.md | 4 ++-- {README => README_IMAGES}/bouncingSpheres.png | Bin {README => README_IMAGES}/cornellBox.png | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename README/README.md => README.md (92%) rename {README => README_IMAGES}/bouncingSpheres.png (100%) rename {README => README_IMAGES}/cornellBox.png (100%) diff --git a/README/README.md b/README.md similarity index 92% rename from README/README.md rename to README.md index 1ffb76a..f096333 100644 --- a/README/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is a project where I learn how a raytracer works by building one. To accomp The output of this programme is a [PPM file](https://en.wikipedia.org/wiki/Netpbm#File_formats) that contains the rendered image. # :camera_flash: Screenshots -![A screenshot of the bouncingSpheres.](/README/bouncingSpheres.png) -![A screenshot of the Cornell Box.](/README/cornellBox.png) +![A screenshot of the bouncingSpheres.](/README_IMAGES/bouncingSpheres.png) +![A screenshot of the Cornell Box.](/README_IMAGES/cornellBox.png) # :hammer_and_wrench: Building and Running the Code diff --git a/README/bouncingSpheres.png b/README_IMAGES/bouncingSpheres.png similarity index 100% rename from README/bouncingSpheres.png rename to README_IMAGES/bouncingSpheres.png diff --git a/README/cornellBox.png b/README_IMAGES/cornellBox.png similarity index 100% rename from README/cornellBox.png rename to README_IMAGES/cornellBox.png