mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
Fixed SLA clippling plane & picking.
This commit is contained in:
parent
95eb98a103
commit
80afb6da78
3 changed files with 5 additions and 4 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue