Improvements of the triangulation of SLA layer preview.

This commit is contained in:
bubnikv 2019-01-24 19:08:58 +01:00
parent 584e8a8490
commit 49487c16e6
7 changed files with 386 additions and 127 deletions

View file

@ -41,7 +41,7 @@
namespace Slic3r {
TriangleMesh::TriangleMesh(const Pointf3s &points, const std::vector<Vec3crd>& facets )
TriangleMesh::TriangleMesh(const Pointf3s &points, const std::vector<Vec3crd>& facets)
: repaired(false)
{
stl_initialize(&this->stl);