mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
3DScene member variables moved to c++
This commit is contained in:
parent
2dee4d1a83
commit
e79037c44d
10 changed files with 104 additions and 16 deletions
|
@ -386,7 +386,11 @@ public:
|
|||
void set_axes_length(float length);
|
||||
|
||||
void set_cutting_plane(float z, const ExPolygons& polygons);
|
||||
|
||||
|
||||
void set_color_by(const std::string& value);
|
||||
void set_select_by(const std::string& value);
|
||||
void set_drag_by(const std::string& value);
|
||||
|
||||
float get_camera_zoom() const;
|
||||
|
||||
BoundingBoxf3 volumes_bounding_box() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue