start changing parsing of arguments to add settings and start a render with no input

This commit is contained in:
2025-02-06 16:31:28 +01:00
parent 635cadf527
commit cb7eb9346c
16 changed files with 395 additions and 148 deletions

View File

@ -56,6 +56,7 @@ ALL_SRCS := $(IMGUI_SRCS) \
class/ObjParser.cpp \
class/BVH.cpp \
class/Renderer.cpp \
class/Arguments.cpp
SRCS := $(ALL_SRCS:%=$(SRCS_DIR)/%)
OBJS := $(addprefix $(OBJS_DIR)/, $(SRCS:%.cpp=%.o))