1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

WIP: FDM supports gizmo now works with multiple part objects into some extent

This commit is contained in:
Lukas Matena
2019-11-01 12:23:49 +01:00
parent 1b05ecae8c
commit f275461354
3 changed files with 154 additions and 147 deletions
+1 -4
View File
@@ -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)