-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 7.6, 8.0
-
Component/s: modules/sandbox
-
Labels:None
-
Lucene Fields:New
Currently when creating the linked list on the tessellator, coplanar points are filtered. The problem is the following:
if we have three coplanar points, the code is actually removing the last point, instead it should remove the middle one.