* clipper tool total rewrite; works in 3d viewport

* fix: update BrushClipPlane rendering on selection change
	* clipper points are draggable right after been dropped
This commit is contained in:
Garux
2018-05-09 00:24:02 +03:00
parent b06c551866
commit 7088653115
10 changed files with 524 additions and 220 deletions

View File

@@ -108,7 +108,7 @@ typedef MemberCaller<MainFrame, &MainFrame::SetGridStatus> SetGridStatusCaller;
void SetActiveXY( XYWnd* p );
XYWnd* ActiveXY(){
return m_pActiveXY;
};
}
XYWnd* GetXYWnd(){
return m_pXYWnd;
}
@@ -127,10 +127,10 @@ CamWnd* GetCamWnd(){
EViewStyle CurrentStyle(){
return m_nCurrentStyle;
};
}
bool FloatingGroupDialog(){
return CurrentStyle() == eFloating || CurrentStyle() == eSplit;
};
}
};
extern MainFrame* g_pParentWnd;