Fill Holes

/**
* Node that fills holes in a mesh.
*
* Closes open boundaries using various triangulation methods,
* from simple triangle fans to smooth surface reconstruction.
*
* Usage:
* 1. Connect mesh with holes
* 2. Select fill method
* 3. Output is the closed mesh
*/Last updated