add polygon parsing capability to obj faces

This commit is contained in:
2025-01-17 15:08:07 +01:00
parent 6f80a66550
commit 5ad7d8879d
6 changed files with 80 additions and 38 deletions

View File

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