Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVojtech Bubnik <bubnikv@gmail.com>2021-02-09 20:36:28 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2021-02-09 20:36:28 +0300
commit2e55898d78ddca4753adb60c9222c52bc9ee8ba8 (patch)
tree23cca718fbe941bba6be23299065d0e60bbeefeb /doc
parent820c18923b4543cd8f878ba4f0071c1f73708347 (diff)
Removal of not numerically robust libraries "poly2tree" and "polypartition".
Adjustment of GUI/3DBed.cpp,hpp to use the more stable triangulation algoritm derived from SGI glut. Fix of an extremely slow bridging calculation, caused by an extremely slow bridged area detection function, of which the results were never used. Fixes "slicing fails or takes too long #5974"
Diffstat (limited to 'doc')
-rw-r--r--doc/Dependencies.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/Dependencies.md b/doc/Dependencies.md
index 3f6335cb7..137aaf17b 100644
--- a/doc/Dependencies.md
+++ b/doc/Dependencies.md
@@ -22,8 +22,6 @@
* qhull: libqhull-dev does not contain libqhullcpp => link errors. Until it is fixed, we will use the builtin version. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925540
* semver: One module C library, author expects to use clib for installation. No packages.
* Shiny: no packages
-* poly2tree: Obsolete, candidate for removal
-* polypartition: Obsolete, candidate for removal
## Header only
* igl