mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 08:55:30 -07:00
Tech ENABLE_GCODE_VIEWER -> Bed axes rendered using the new OpenGL model class
This commit is contained in:
@@ -162,6 +162,8 @@ class GCodeViewer
|
||||
public:
|
||||
void init();
|
||||
|
||||
const BoundingBoxf3& get_bounding_box() const { return m_model.get_bounding_box(); }
|
||||
|
||||
void set_world_transform(const Transform3f& transform) { m_world_transform = transform; }
|
||||
void set_color(const std::array<float, 4>& color) { m_color = color; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user