Remove Geometry
Removes selected vertices from input Mesh.

/**
* Node that removes selected triangles from a mesh.
*
* Deletes geometry based on a triangle selection, rebuilding
* skin weights and materials as needed.
*
* Usage:
* 1. Connect mesh and triangle selection
* 2. Click Apply to remove selected geometry
*/Last updated