mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
Test triangulate2() instead of the faulty triangulate()
This commit is contained in:
parent
2720000a17
commit
19fdf9b184
2 changed files with 2 additions and 2 deletions
|
@ -244,7 +244,7 @@ ExPolygon::triangulate(Polygons* polygons) const
|
|||
{
|
||||
// first make trapezoids
|
||||
Polygons trapezoids;
|
||||
this->get_trapezoids(&trapezoids);
|
||||
this->get_trapezoids2(&trapezoids);
|
||||
|
||||
// then triangulate each trapezoid
|
||||
for (Polygons::iterator polygon = trapezoids.begin(); polygon != trapezoids.end(); ++polygon)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue