+ add points view feature and command to triangulate it
This commit is contained in:
@@ -60,7 +60,8 @@ Gui::MenuItem* Workbench::setupMenuBar() const
|
||||
|
||||
Gui::MenuItem *reconstruct = new Gui::MenuItem();
|
||||
reconstruct->setCommand("Surface reconstruction");
|
||||
*reconstruct << "Reen_PoissonReconstruction";
|
||||
*reconstruct << "Reen_PoissonReconstruction"
|
||||
<< "Reen_ViewTriangulation";
|
||||
*reen << reconstruct;
|
||||
|
||||
return root;
|
||||
|
||||
Reference in New Issue
Block a user