mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Hollowing gizmo can now actually trigger the hollowing and render result
This commit is contained in:
parent
7542580ac1
commit
013e613221
4 changed files with 78 additions and 7 deletions
|
@ -486,6 +486,7 @@ public:
|
|||
void set_color_by(const std::string& value);
|
||||
|
||||
const Camera& get_camera() const { return m_camera; }
|
||||
const Shader& get_shader() const { return m_shader; }
|
||||
|
||||
BoundingBoxf3 volumes_bounding_box() const;
|
||||
BoundingBoxf3 scene_bounding_box() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue