> For the complete documentation index, see [llms.txt](https://docs.meshmorpher.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meshmorpher.com/graph/geometry/delta-mush.md).

# Delta Mush

<div align="left"><figure><img src="/files/zWwiuCGldchjIxg1EP7E" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that applies Delta Mush smoothing to a mesh.
 * 
 * Smooths deformed mesh geometry while preserving original surface details,
 * commonly used to fix skinning artifacts at joints.
 * 
 * Usage:
 * 1. Connect rest pose and deformed mesh inputs
 * 2. Configure smoothing and detail settings
 * 3. Click Apply to smooth the mesh
 */
```
