Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
7.6, 8.0
-
None
-
New
Description
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.