diffuses raytracing implementiert

This commit is contained in:
any
2026-07-30 00:23:47 +02:00
parent caced0f81e
commit f4a36fc98d
6 changed files with 95 additions and 46 deletions
+3 -1
View File
@@ -18,4 +18,6 @@ add_executable(Raytracer main.c
vectorOp.c
vectorOp.h
interface.c
interface.h)
interface.h
helper.c
helper.h)