add renderer window to make a path with timestamps

This commit is contained in:
2025-01-23 13:06:22 +01:00
parent 896cd02e45
commit 4b8e9bd5f0
10 changed files with 166 additions and 129 deletions

View File

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