From e424fa6bd48dde334513c736ca0bd1af78a463f0 Mon Sep 17 00:00:00 2001 From: Seppe Dekeyser Date: Fri, 13 Aug 2021 01:55:43 +0200 Subject: [PATCH] Add links to projects --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1699de7..60606d4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the source code of my DirectX Raytracing research proje The project was started from the [Microsoft DirectX-Graphics-Samples](https://github.com/microsoft/DirectX-Graphics-Samples). -The projects I worked on are MiniEngine/RayBinning and MiniEngine/AdaptiveSampling. +The projects I worked on are [MiniEngine/AdaptiveSampling](https://github.com/SeppahBaws/DirectX-Raytracing/tree/main/MiniEngine/AdaptiveSampling) and [MiniEngine/RayBinning](https://github.com/SeppahBaws/DirectX-Raytracing/tree/main/MiniEngine/RayBinning). An in-depth explanation on the Adaptive Sampling project can be found on my portfolio entry: [https://seppedekeyser.be/projects/directx-raytracing](https://seppedekeyser.be/projects/directx-raytracing). @@ -22,4 +22,4 @@ $ git lfs install ## Footnotes -Big thanks to the entire [DAE Research](https://digitalartsandentertainment.be/page/133/Research) team for giving me the opportunity to do my internship with them, and especially my mentor: [Matthieu Delaere](https://www.matthieudelaere.com/). \ No newline at end of file +Big thanks to the entire [DAE Research](https://digitalartsandentertainment.be/page/133/Research) team for giving me the opportunity to do my internship with them, and especially my mentor: [Matthieu Delaere](https://www.matthieudelaere.com/).