> 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/deltas/get-deltas.md).

# Get Deltas

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

```
/**
 * Node that computes vertex deltas between two meshes.
 * 
 * Calculates the difference between a base mesh and a morphed mesh,
 * outputting deltas that can be applied elsewhere.
 * 
 * Usage:
 * 1. Connect base mesh and morphed mesh (must have matching topology)
 * 2. Output deltas pin contains the computed differences
 */
```
