+ draw additional dashed line in brush tool

This commit is contained in:
wmayer
2014-02-17 15:27:59 +01:00
parent 2eb40b4fd8
commit 018ead2be3
5 changed files with 38 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ void MeshSelection::prepareBrushSelection(bool add,SoEventCallbackCB *cb)
startInteractiveCallback(viewer, cb);
// set cross cursor
Gui::BrushSelection* brush = new Gui::BrushSelection();
brush->setClosed(true);
brush->setColor(1.0f,0.0f,0.0f);
brush->setLineWidth(3.0f);
viewer->navigationStyle()->startSelection(brush);