backing up some pointsets
This commit is contained in:
parent
3300437294
commit
6eabd442b1
895 changed files with 1403058 additions and 317 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue