OrcaSlicer/src/libslic3r/SLA
Vojtech Bubnik 1c76df89ea Fix of paint on supports don't work for object that has been scaled up #6718
The triangle-ray intersection function used a hard coded epsilon,
which did not work for triangle meshes, that were either too small
or too large. Newly the epsilon may be provided to the AABBTreeIndirect
search functions externally and IndexedMesh calculates a suitable
epsilon on demand from an average triangle mesh edge length.
2021-08-27 21:04:18 +02:00
..
AGGRaster.hpp New custom backend for libnest2d using libslic3r types 2021-04-21 16:02:25 +02:00
bicubic.h Re-adding missing file 2019-06-05 15:50:27 +02:00
BoostAdapter.hpp Separate support tree routing and meshing, remove Common.hpp/.cpp . 2020-08-03 19:05:30 +02:00
Clustering.cpp Separate support tree routing and meshing, remove Common.hpp/.cpp . 2020-08-03 19:05:30 +02:00
Clustering.hpp Separate support tree routing and meshing, remove Common.hpp/.cpp . 2020-08-03 19:05:30 +02:00
ConcaveHull.cpp Clipper optimization: 2021-04-30 11:49:57 +02:00
ConcaveHull.hpp Merge branch 'tm_openvdb_integration' into lm_tm_hollowing 2019-11-11 12:55:22 +01:00
Concurrency.hpp Add new execution framework 2021-04-07 12:51:02 +02:00
Hollowing.cpp Increase minimum oversampling for grid conversion in hollowing 2021-07-26 14:51:22 +02:00
Hollowing.hpp Get rid of Contour3D 2021-06-08 10:28:23 +02:00
IndexedMesh.cpp Fix of paint on supports don't work for object that has been scaled up #6718 2021-08-27 21:04:18 +02:00
IndexedMesh.hpp Fix of paint on supports don't work for object that has been scaled up #6718 2021-08-27 21:04:18 +02:00
JobController.hpp Separate support tree routing and meshing, remove Common.hpp/.cpp . 2020-08-03 19:05:30 +02:00
Pad.cpp Refactored hollowing backend to use indexed_triangle_mesh 2021-06-08 10:28:23 +02:00
Pad.hpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00
RasterBase.cpp Initial version of sl1 import with sla::Raster refactor. 2020-04-23 19:05:32 +02:00
RasterBase.hpp Fix marching squares test crash in debug builds 2021-05-17 14:54:47 +02:00
RasterToPolygons.cpp SLA archive import with miniz, marching square bugfixes 2020-04-23 19:12:07 +02:00
RasterToPolygons.hpp SLA archive import with miniz, marching square bugfixes 2020-04-23 19:12:07 +02:00
ReprojectPointsOnMesh.hpp Changed internal coordinates of drain holes 2020-08-24 08:11:12 +02:00
Rotfinder.cpp Remove misleading comment 2021-08-18 16:51:14 +02:00
Rotfinder.hpp Add min z height orientation search 2021-08-18 16:48:51 +02:00
SpatIndex.cpp Separate support tree routing and meshing, remove Common.hpp/.cpp . 2020-08-03 19:05:30 +02:00
SpatIndex.hpp Separate support tree routing and meshing, remove Common.hpp/.cpp . 2020-08-03 19:05:30 +02:00
SupportPoint.hpp Wipe tower - small refactoring and fix 2020-09-25 12:35:20 +02:00
SupportPointGenerator.cpp Further rework of ClipperUtils: Replaced many to_polygons() / 2021-05-03 11:39:53 +02:00
SupportPointGenerator.hpp Fix of safety_offset() after ClipperUtils refactoring. 2021-05-05 12:16:47 +02:00
SupportTree.cpp drop deprecated TBB components (#6590) 2021-06-23 11:48:48 +02:00
SupportTree.hpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00
SupportTreeBuilder.cpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00
SupportTreeBuilder.hpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00
SupportTreeBuildsteps.cpp Fix SLA support strut piercing into model 2021-08-18 09:36:01 +02:00
SupportTreeBuildsteps.hpp Added missing includes (GCC 11.1) 2021-05-29 19:55:20 +02:00
SupportTreeMesher.cpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00
SupportTreeMesher.hpp SLA backend refactored, except Hollowing 2021-06-08 10:27:35 +02:00