PrusaSlicer-NonPlainar/xs
Vojtech Bubnik 8a2a9dba2f Eradicated admesh from TriangleMesh:
TriangleMesh newly only holds indexed_triangle_set and
TriangleMeshStats. TriangleMeshStats contains an excerpt of stl_stats.
TriangleMeshStats are updated when initializing with indexed_triangle_set.

Admesh triangle mesh fixing is newly only used when loading an STL.
AMF / 3MF / OBJ file formats are already indexed triangle sets, thus
they are no more converted to admesh stl_file format, nor fixed
through admesh repair machinery. When importing AMF / 3MF / OBJ files,
volume is calculated and if negative, all faces are flipped. Also
a bounding box and number of open edges is calculated.

Implemented its_number_of_patches(), its_num_open_edges()
Optimized its_split(), its_is_splittable() using a visitor pattern.

Reworked QHull integration into TriangleMesh:
    1) Face normals were not right.
    2) Indexed triangle set is newly emitted instead of duplicating
       vertices for each face.

Fixed cut_mesh(): Orient the triangulated faces correctly.
2021-09-20 17:12:22 +02:00
..
lib/Slic3r Fixing unit tests. 2021-03-15 09:55:56 +01:00
src Support for forward compatibility of configurations, user and system 2021-06-27 16:57:05 +02:00
t Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
xsp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00
CMakeLists.txt Avoid crossing perimeters: Further refactoring for clarity, code review. 2020-11-17 15:34:50 +01:00
main.xs.in Fixed unit tests on Windows after introduction of GMP to 2020-06-27 08:44:13 +02:00