PrusaSlicer-NonPlainar/src/admesh
Vojtech Bubnik 37c5fe9923 Refactoring of adaptive cubic / support cubic:
1) Octree is built directly from the triangle mesh by checking
   overlap of a triangle with an octree cell. This shall produce
   a tighter octree with less dense cells.
2) The same method is used for both the adaptive / support cubic infill,
   where for the support cubic infill the non-overhang triangles are
   ignored.
The AABB tree is no more used.
3) Optimized extraction of continuous infill lines in O(1) instead of O(n^2)
2020-09-17 18:39:28 +02:00
..
CMakeLists.txt Build fix when boost is not in prefix/boost 2019-06-13 14:19:24 +02:00
connect.cpp Fixed crash while repairing imported model 2019-12-09 13:27:21 +01:00
normals.cpp Fix of admesh import due to boost::pool::destroy taking O(n). 2019-06-14 11:07:07 +02:00
shared.cpp Fix of a typo. 2019-06-10 22:43:42 +02:00
stl.h Refactoring of adaptive cubic / support cubic: 2020-09-17 18:39:28 +02:00
stl_io.cpp Another fix of admesh on big endian architectures, fixes #2879 2019-09-19 08:56:47 +02:00
stlinit.cpp Relocate declaration of stl_internal_reverse_quads 2019-09-24 08:54:35 +02:00
util.cpp Further C++isation of the admesh library & TriangleMesh 2019-06-13 16:33:50 +02:00