mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-01 09:27:34 +08:00
GLCanvas3D child classes/structures set as private
This commit is contained in:
parent
0f4a2ee69a
commit
2e734720b5
@ -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…
x
Reference in New Issue
Block a user