ADD: Clipmap shadow Works!

This commit is contained in:
2025-10-23 00:23:19 +09:00
parent e03ea17158
commit 077d9c3861
2 changed files with 3 additions and 3 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("seoul_high.glb");
const std::string structurePath = _assetManager->modelPath("police_office.glb");
const auto structureFile = _assetManager->loadGLTF(structurePath);
assert(structureFile.has_value());