Skip to content
Snippets Groups Projects
Commit 76b1e97e authored by Harald Scheirich's avatar Harald Scheirich
Browse files

DOC: Add more explanantions to examples

parent 6a81b06a
No related branches found
No related tags found
No related merge requests found
......@@ -174,6 +174,11 @@ main()
viewer->addControl(keyControl);
}
std::cout << "================================================\n";
std::cout << "Key i/j/k/u/o move the cube\n";
std::cout << "Key 1/2/3/4 rotate the cube\n";
std::cout << "================================================\n\n";
driver->start();
}
......
......@@ -162,6 +162,10 @@ main()
viewer->addControl(keyControl);
}
std::cout << "================================================\n";
std::cout << "Key i/j/k/u/o move the triangle\n";
std::cout << "================================================\n\n";
driver->start();
}
......
......@@ -170,6 +170,10 @@ main()
viewer->addControl(keyControl);
}
std::cout << "================================================\n";
std::cout << "Key i/j/k/u/o move the triangle\n";
std::cout << "================================================\n\n";
driver->start();
}
......
......@@ -238,9 +238,10 @@ main()
//tissueObj->getPbdModel()->getParameters()->m_dt = sceneManager->getDt();
});
std::cout << "================================================" << std::endl;
std::cout << "================================================\n";
std::cout << "Key i/j/k/u/o move the needle in space \n";
std::cout << "Key s : injection \n" << "Key a : deflation \n";
std::cout << "================================================" << std::endl << std::endl;
std::cout << "================================================\n\n";
driver->start();
}
......
......@@ -237,6 +237,10 @@ main()
}
});
std::cout << "================================================\n";
std::cout << "Key i cut the cloth.\n";
std::cout << "================================================\n\n";
driver->start();
}
return 0;
......
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