This commit is contained in:
2024-09-26 13:18:33 +02:00
commit 8ce8b1e6f8
120 changed files with 55429 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, ...