new function Tesselation::GetPathsOfConnectedPoints() and Tesselation::GetClosedPathsOfConnectedPoints() which build upon one another, getting the closed paths the connected points represent by looking at the adjacency of the triangles
changed Tesselation::RemovePointFromTesselatedSurface(): Triangles are marked for removal, then removed in one loop. We use GetClosedPathsOfConnectedPoints() to obtain the correct sequence and then go through each of the closed paths and re-create the triangles as before
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.