ADD: CSM with base shadow map 2

This commit is contained in:
2025-10-22 00:53:36 +09:00
parent fde6a18f80
commit 4c41c93d44
5 changed files with 55 additions and 57 deletions

View File

@@ -125,7 +125,7 @@ void VulkanEngine::init()
auto imguiPass = std::make_unique<ImGuiPass>();
_renderPassManager->setImGuiPass(std::move(imguiPass));
const std::string structurePath = _assetManager->modelPath("house.glb");
const std::string structurePath = _assetManager->modelPath("seoul_high.glb");
const auto structureFile = _assetManager->loadGLTF(structurePath);
assert(structureFile.has_value());