1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

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
+1 -1
View File
@@ -790,7 +790,7 @@ private:
struct Triangles
{
Pointf3s object;
Pointf3s suppports;
Pointf3s supports;
};
typedef std::map<unsigned int, Triangles> ObjectIdToTrianglesMap;
double z;