erzeugung vom ersten test image. farbuebergang rot und gruen.

This commit is contained in:
any
2026-07-19 19:14:42 +02:00
parent 22af45e1c9
commit ff8c8a2bdc
9 changed files with 20440 additions and 4 deletions
+3 -1
View File
@@ -3,4 +3,6 @@ project(Raytracer C)
set(CMAKE_C_STANDARD 23)
add_executable(Raytracer main.c)
add_executable(Raytracer main.c
examples.c
examples.h)