Move scene to raytracer

This commit is contained in:
2024-07-09 19:44:19 +01:00
parent 4430ea872c
commit c3e1aac779
6 changed files with 110 additions and 129 deletions

View File

@@ -9,7 +9,6 @@ LIBS="$(pkg-config --libs sdl2) -lm"
RAYTRACER_SRC="src/window/*.c \
src/vector/*.c \
src/scene/*.c \
src/raytracer/*.c \
src/math/*.c \
src/camera/*.c \
@@ -17,7 +16,6 @@ RAYTRACER_SRC="src/window/*.c \
RASTERISER_SRC="src/window/*.c \
src/vector/*.c \
src/scene/*.c \
src/list/*.c \
src/rasteriser/*.c \
src/math/*.c \