Skip to content
Snippets Groups Projects
Commit f465c559 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

REFAC: Change example defaults

parent fd9f91f2
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ using namespace imstk;
int main()
{
// SDK and Scene
auto sdk = std::make_shared<SimulationManager>(false, true);
auto sdk = std::make_shared<SimulationManager>();
auto scene = sdk->createNewScene("Rendering");
// Add IBL Probe
......
......@@ -31,7 +31,7 @@ using namespace imstk;
int main()
{
// SDK and Scene
auto sdk = std::make_shared<SimulationManager>(1);
auto sdk = std::make_shared<SimulationManager>();
auto sceneTest = sdk->createNewScene("HelloWorld");
// Add Plane
......
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