mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Trying to engage support creation when the gizmo gets disabled.
This commit is contained in:
@@ -64,11 +64,6 @@ struct Contour3D {
|
||||
}
|
||||
};
|
||||
|
||||
struct EigenMesh3D {
|
||||
Eigen::MatrixXd V;
|
||||
Eigen::MatrixXi F;
|
||||
};
|
||||
|
||||
using PointSet = Eigen::MatrixXd;
|
||||
using ClusterEl = std::vector<unsigned>;
|
||||
using ClusteredPoints = std::vector<ClusterEl>;
|
||||
|
||||
Reference in New Issue
Block a user