摄像机系统,和子对象绑定

This commit is contained in:
ArchZer0
2026-08-17 16:15:05 +08:00
parent 63d97f058a
commit 7b7756f0fe
20 changed files with 744 additions and 132 deletions
+2
View File
@@ -7,6 +7,8 @@ add_library(boundard STATIC
src/game.cpp
src/scene.cpp
src/render.cpp
src/render_loop.cpp
src/input.cpp
src/config.cpp
src/engine.cpp
)