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

[#92] uncomment scene object

parent ac2050cf
No related branches found
No related tags found
1 merge request!75Resolve "RTX-Module"
Pipeline #26914 failed
......@@ -56,9 +56,9 @@ int main(int argc, const char** argv) {
// init RTXModule
// rtxModule.init(&core);
// vkcv::scene::Scene scene = vkcv::scene::Scene::load(core, std::filesystem::path(
// argc > 1 ? argv[1] : "resources/Sponza/Sponza.gltf"
// ));
vkcv::scene::Scene scene = vkcv::scene::Scene::load(core, std::filesystem::path(
argc > 1 ? argv[1] : "resources/Sponza/Sponza.gltf"
));
// TODO: replace by bigger scene
vkcv::asset::Scene mesh;
......
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