new scenes for testing

This commit is contained in:
CDaut 2024-05-13 18:20:05 +02:00
parent 8406f1ac9c
commit eabbc338e1
Signed by: clara
GPG key ID: 223391B52FAD4463
8 changed files with 426 additions and 2 deletions

View file

@ -162,7 +162,7 @@ int main(int argc, char** argv)
helloVk.initGUI(0); // Using sub-pass 0
// Creation of the example
helloVk.loadScene(nvh::findFile("media/scenes/cornellBox.gltf", defaultSearchPaths, true));
helloVk.loadScene(nvh::findFile("media/scenes/grid.gltf", defaultSearchPaths, true));
helloVk.createOffscreenRender();