implemented showImage

This commit is contained in:
Anatoly Baksheev
2014-01-11 22:43:58 +04:00
parent d90a068e0e
commit 1449823bcd
10 changed files with 74 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ You can download the code from :download:`here <../../../../samples/cpp/tutorial
cout << "First event loop is over" << endl;
/// Access window via its name
viz::Viz3d sameWindow = viz::get("Viz Demo");
viz::Viz3d sameWindow = viz::getWindowByName("Viz Demo");
/// Start event loop
sameWindow.spin();