Loading...
Searching...
No Matches
realvirtual.MeshSeparator Class Reference
Static utility class providing mesh separation and merging operations. More...
Detailed Description
Static utility class providing mesh separation and merging operations.
Provides the core algorithms for the Mesh Separator tab in MeshToolsWindow. This class contains only the static logic — all UI is in MeshToolsWindow.
Key Features:
- Detect disconnected mesh islands using Union-Find on vertex connectivity
- Separate selected islands into individual child GameObjects with preserved vertex attributes
- Merge multiple child MeshRenderers into one combined mesh
- Configurable vertex weld threshold for adjacency detection
- Full undo support for all operations
For detailed documentation see: https://doc.realvirtual.io/components-and-scripts/tools/mesh-tools