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

This commit is contained in:
2025-02-04 03:19:29 +01:00
parent 9ddce8b6d0
commit 2264ed7a8f
16 changed files with 396 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))