collect result images
This commit is contained in:
parent
7250fe1dd0
commit
3300437294
343 changed files with 536 additions and 151 deletions
|
|
@ -23,6 +23,7 @@
|
|||
// at the top of imgui.cpp.
|
||||
|
||||
#include <array>
|
||||
#include <iostream>
|
||||
|
||||
#define IMGUI_DEFINE_MATH_OPERATORS
|
||||
#include "backends/imgui_impl_glfw.h"
|
||||
|
|
@ -160,7 +161,8 @@ int main(int argc, char** argv)
|
|||
|
||||
// Creation of the example
|
||||
//FIXME: HERE WE CAN LOAD THE SCENE
|
||||
helloVk.loadScene(nvh::findFile("media/scenes/grid.gltf", defaultSearchPaths, true));
|
||||
std::cout << "Using pointset " << argv[1] << std::endl;
|
||||
helloVk.loadScene(nvh::findFile("media/scenes/lumberyard.gltf", defaultSearchPaths, true), argv[1]);
|
||||
|
||||
// Setup camera
|
||||
CameraManip.setWindowSize(SAMPLE_WIDTH, SAMPLE_HEIGHT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue