mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
WIP: FDM supports gizmo now works with multiple part objects into some extent
This commit is contained in:
parent
1b05ecae8c
commit
f275461354
3 changed files with 154 additions and 147 deletions
|
@ -28,10 +28,7 @@ class ClippingPlane
|
|||
public:
|
||||
ClippingPlane()
|
||||
{
|
||||
m_data[0] = 0.0;
|
||||
m_data[1] = 0.0;
|
||||
m_data[2] = 1.0;
|
||||
m_data[3] = 0.0;
|
||||
*this = ClipsNothing();
|
||||
}
|
||||
|
||||
ClippingPlane(const Vec3d& direction, double offset)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue