# Non-Rigid Fit

<div align="left"><figure><img src="https://2202237093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FililYtTOKJkeJpzbCa02%2Fuploads%2FGLqIeVgjyQHDjBkOjVL2%2Fimage.png?alt=media&#x26;token=62110a96-d96a-4f4f-b17a-4fa7c37119d4" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that performs non-rigid mesh fitting using ICP and ARAP.
 * 
 * Deforms a source mesh to match a target mesh using landmark
 * correspondences and iterative closest point algorithms.
 * 
 * Usage:
 * 1. Connect source mesh, target mesh, and landmarks
 * 2. Configure fitting parameters
 * 3. Click Apply to deform source to match target
 */
```
