Skip to content
Snippets Groups Projects
Commit 3512ff3a authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#92] uncomment scene object

parent ac2050cf
Branches
Tags
Loading
Pipeline #26914 failed
...@@ -56,9 +56,9 @@ int main(int argc, const char** argv) { ...@@ -56,9 +56,9 @@ int main(int argc, const char** argv) {
// init RTXModule // init RTXModule
// rtxModule.init(&core); // rtxModule.init(&core);
// 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/Sponza.gltf"
// )); ));
// TODO: replace by bigger scene // TODO: replace by bigger scene
vkcv::asset::Scene mesh; vkcv::asset::Scene mesh;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment