Projection equation and first cube

This commit is contained in:
2024-06-29 17:11:31 +01:00
parent 6dc609be14
commit f922980232
7 changed files with 107 additions and 19 deletions

View File

@@ -12,6 +12,7 @@ RAYTRACER_SRC="src/window/*.c \
src/scene/*.c \
src/raytracer/*.c \
src/math/*.c \
src/camera/*.c \
"
RASTERISER_SRC="src/window/*.c \
@@ -20,6 +21,7 @@ RASTERISER_SRC="src/window/*.c \
src/list/*.c \
src/rasteriser/*.c \
src/math/*.c \
src/camera/*.c \
$WAPP_SRC \
"