Trying to engage support creation when the gizmo gets disabled.

This commit is contained in:
tamasmeszaros 2018-11-06 18:01:18 +01:00
parent a49b506121
commit 22c9c5ae95
11 changed files with 76 additions and 33 deletions

View file

@ -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>;