Refactor and add reflections

This commit is contained in:
2024-02-04 19:07:34 +00:00
parent 6d8f332500
commit c2560ccbdd
8 changed files with 314 additions and 253 deletions

View File

@@ -7,6 +7,7 @@ LIBS="$(pkg-config --libs sdl2) -lm"
RAYTRACER_SRC="src/window/*.c \
src/vector/*.c \
src/raytracer/*.c \
src/math/*.c \
"
BUILD=build_dir