add scene render system, add proper HDR environments, try load texture from mesh file

This commit is contained in:
2025-11-30 20:12:57 +08:00
parent 4cdd405ba9
commit 0d4024be39
62 changed files with 2302 additions and 1037 deletions

View File

@ -43,7 +43,6 @@ list(APPEND SRC_SOURCE ${IMGUIZMO_SOURCE})
# ------------- link libraries -------------
set(LINK_LIBRARIES_PRIVATE
spdlog
glfw
glad
assimp
@ -52,6 +51,7 @@ set(LINK_LIBRARIES_PRIVATE
)
set(LINK_LIBRARIES_PUBLIC
spdlog
glm
)