This commit is contained in:
2024-09-25 11:50:34 +02:00
commit 834a6f7cff
120 changed files with 55330 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# Graphics Programming 1 - Raytracer
This project contains the start code for the raytracer being built in the first 5 courseweeks of Graphics Programming 1.
Each week further extensions are made to the raytracer to support objects, lighting, camera movement, ...