~ | BVH sent to gpu

This commit is contained in:
TheRedShip
2025-01-17 16:27:39 +01:00
parent 6f80a66550
commit 6fdea11adb
14 changed files with 359 additions and 46 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))