Skip to content
Snippets Groups Projects
Commit 26757779 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

[#56] WIP sponza floor debug scene

parent 3e4994ec
No related branches found
No related tags found
1 merge request!45Resolve "Szene-Repräsentation"
Pipeline #26228 passed
File added
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
...@@ -41,7 +41,7 @@ int main(int argc, const char** argv) { ...@@ -41,7 +41,7 @@ int main(int argc, const char** argv) {
); );
vkcv::scene::Scene scene = vkcv::scene::Scene::load(core, std::filesystem::path( vkcv::scene::Scene scene = vkcv::scene::Scene::load(core, std::filesystem::path(
argc > 1 ? argv[1] : "resources/Sponza/Sponza.gltf" argc > 1 ? argv[1] : "resources/Sponza/SponzaFloor.gltf"
)); ));
const vkcv::AttachmentDescription present_color_attachment( const vkcv::AttachmentDescription present_color_attachment(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment