mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
GLCanvas3D child classes/structures set as private
This commit is contained in:
parent
0f4a2ee69a
commit
2e734720b5
1 changed files with 0 additions and 2 deletions
|
@ -105,7 +105,6 @@ class GLCanvas3D
|
||||||
void reset() { first_volumes.clear(); }
|
void reset() { first_volumes.clear(); }
|
||||||
};
|
};
|
||||||
|
|
||||||
public:
|
|
||||||
struct Camera
|
struct Camera
|
||||||
{
|
{
|
||||||
enum EType : unsigned char
|
enum EType : unsigned char
|
||||||
|
@ -441,7 +440,6 @@ public:
|
||||||
void render(const GLCanvas3D& canvas) const;
|
void render(const GLCanvas3D& canvas) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
private:
|
|
||||||
wxGLCanvas* m_canvas;
|
wxGLCanvas* m_canvas;
|
||||||
wxGLContext* m_context;
|
wxGLContext* m_context;
|
||||||
LegendTexture m_legend_texture;
|
LegendTexture m_legend_texture;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue