Skip to content

Commit 314fca2

Browse files
committed
Merge branch 'development' of git@github.com:NeuronRobotics/JCSG.git into flatCSGData
2 parents 3732de6 + afceaf4 commit 314fca2

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/main/java/eu/mihosoft/vrl/v3d/ext/org/poly2tri/PolygonUtil.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,7 @@ public static ArrayList<Polygon> triangulatePolygon(Polygon incoming) throws Col
628628
// }
629629
// }
630630
try {
631-
if (concave.size() == 3) {
632-
result.add(concave);
633-
} else
634-
makeTriangles(concave, cw, result, zplane, normalOfPlane, debug, orientationInv, reorient,
631+
makeTriangles(concave, cw, result, zplane, normalOfPlane, debug, orientationInv, reorient,
635632
incoming.getColor());
636633
} catch (java.lang.IllegalStateException ex) {
637634

0 commit comments

Comments
 (0)