Background rendering moved to c++

This commit is contained in:
Enrico Turri
2018-05-21 15:24:52 +02:00
parent bf7b9eb3e7
commit 0f035d0bae
8 changed files with 105 additions and 42 deletions

View File

@@ -124,8 +124,11 @@ public:
bool set(float z, const ExPolygons& polygons);
void render_plane(const BoundingBoxf3& bb);
void render_contour();
void render(const BoundingBoxf3& bb);
private:
void _render_plane(const BoundingBoxf3& bb);
void _render_contour();
};
class LayersEditing
@@ -222,6 +225,7 @@ public:
void zoom_to_volumes();
void select_view(const std::string& direction);
void render_background();
void render_bed();
void render_axes();
void render_cutting_plane();