diff --git a/portfolio/images/raytracer-hero.png b/portfolio/images/raytracer-hero.png new file mode 100644 index 0000000..0cf1747 Binary files /dev/null and b/portfolio/images/raytracer-hero.png differ diff --git a/portfolio/raytracer.md b/portfolio/raytracer.md index f55abbb..97edb20 100644 --- a/portfolio/raytracer.md +++ b/portfolio/raytracer.md @@ -12,14 +12,14 @@ alt: Raytracer --- :: -# Tuxify +# Raytracer - [Introduction](#introduction) - [Architecture](#architecture) - [Renders](#renders) - [References](#references) ## Introduction -This project aims to develop a rendering engine using ray tracing to generate realistic images by simulating the behavior of light rays in a 3D scene. +This project aims to develop a rendering engine using ray tracing in a 3D scene. We will provide an overview of the software architecture, features, and techniques used in the project.