feat(render): add model loading and rendering pipeline

This commit is contained in:
2026-07-24 18:35:09 +08:00
parent f4174724c6
commit 94fed9a810
20 changed files with 393 additions and 11 deletions

View File

@@ -92,4 +92,7 @@ target_sources(${PROJECT_NAME}
ui/row_layout.cpp
ui/item_slot.cpp
ui/inventory_ui.cpp
tools/model_loader.cpp
render/model_manager.cpp
render/model_renderer.cpp
)