From 199f9932c99f6f6a2b5f0f9b535040e330d6c996 Mon Sep 17 00:00:00 2001 From: Archey Barrell Date: Sun, 10 Nov 2024 01:14:10 +0000 Subject: [PATCH] Update projects.php --- templates/projects.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/projects.php b/templates/projects.php index 23dde64..900376d 100644 --- a/templates/projects.php +++ b/templates/projects.php @@ -60,15 +60,19 @@

Ray Tracer

Autumn 2023

-A project for a final year module at University. Features included shadows, reflections, transparency and motion blur (including rolling shutter). +A project for an Adanced Computer Graphics module final year module at University (one of my most favourite modules), taught by [Ken Cameron](https://researchportal.bath.ac.uk/en/persons/ken-cameron). Features included shadows, reflections, transparency and motion blur (including rolling shutter).

We had to submit the code and a report, and the week after a final image that would demonstrate the functions of our ray tracer. I can't share the code -for the project, to stop future students copying the code, but I can share the final image. +for the project, to stop future students copying, but I can share the final image.

-Unfortunutly I discovered a memory leak in my ray tracer, which hindered the quality of the final image (generating it used all 64GB of memory in my -laptop!). Otherwise I would've been able to use a greater number of samples for the motion blur, and produced longer star streaks. +Unfortunutly I discovered a memory leak in my ray tracer a week for the coursework was due in, which hindered the quality of the final image I could produce (generating +it used all 64GB of memory in my laptop!). Otherwise I would've been able to use a greater number of samples for the motion blur, and produced longer +star streaks. +

+

+One day I might revisit it to try and hunt out that memory leak.