mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 11:32:53 +00:00
Fixed SLA clippling plane & picking.
This commit is contained in:
@@ -88,6 +88,8 @@ public:
|
||||
m_data[3] = offset;
|
||||
}
|
||||
|
||||
bool is_active() const { return m_data[3] != DBL_MAX; }
|
||||
|
||||
static ClippingPlane ClipsNothing() { return ClippingPlane(Vec3d(0., 0., 1.), DBL_MAX); }
|
||||
|
||||
const double* get_data() const { return m_data; }
|
||||
|
||||
Reference in New Issue
Block a user