Hello, I have a use case where I would want to -
create a mesh (for example- Cube)
remove a vertex on some event (say mouse click)
reconstruct the mesh
I am able to remove the vertex from the mesh's verdata but when I use Delaunay triangulation to find the new Indices, the mesh geometry gets distorted. Not sure what to do here?
Any help is much appreciated.