SLA support points gizmo - multiple instance support

This commit is contained in:
Lukas Matena 2018-11-26 10:49:25 +01:00
parent e038c3a20d
commit d28d4823e0
6 changed files with 84 additions and 67 deletions

View file

@ -738,7 +738,6 @@ private:
wxWindow *m_external_gizmo_widgets_parent;
#endif // not ENABLE_IMGUI
void post_event(wxEvent &&event);
void viewport_changed();
public:
@ -752,6 +751,7 @@ public:
wxGLCanvas* get_wxglcanvas() { return m_canvas; }
bool init(bool useVBOs, bool use_legacy_opengl);
void post_event(wxEvent &&event);
#if !ENABLE_USE_UNIQUE_GLCONTEXT
bool set_current();