backing up some pointsets

This commit is contained in:
CDaut 2024-08-31 16:24:01 +02:00
parent 3300437294
commit 6eabd442b1
Signed by: clara
GPG key ID: 223391B52FAD4463
895 changed files with 1403058 additions and 317 deletions

View file

@ -162,7 +162,7 @@ int main(int argc, char** argv)
// Creation of the example
//FIXME: HERE WE CAN LOAD THE SCENE
std::cout << "Using pointset " << argv[1] << std::endl;
helloVk.loadScene(nvh::findFile("media/scenes/lumberyard.gltf", defaultSearchPaths, true), argv[1]);
helloVk.loadScene(nvh::findFile("media/scenes/grid.gltf", defaultSearchPaths, true), argv[1]);
// Setup camera
CameraManip.setWindowSize(SAMPLE_WIDTH, SAMPLE_HEIGHT);