Added extended selection ObjectList -> to canvas3D

This commit is contained in:
YuSanka 2018-10-11 15:57:09 +02:00
parent e201c5123c
commit 9cf80581d9
7 changed files with 179 additions and 53 deletions

View file

@ -697,6 +697,11 @@ Plater* GUI_App::plater()
return mainframe->m_plater;
}
wxGLCanvas* GUI_App::canvas3D()
{
return mainframe->m_plater->canvas3D();
}
ModelObjectPtrs* GUI_App::model_objects()
{
return &mainframe->m_plater->model().objects;