# Cage Deformer

<div align="left"><figure><img src="https://2202237093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FililYtTOKJkeJpzbCa02%2Fuploads%2FLLbrghAbbdC3TjTAy9L2%2Fimage.png?alt=media&#x26;token=990585e7-911b-44b3-b7ae-2cf8790723de" alt=""><figcaption></figcaption></figure></div>

```
/**
 * Node that deforms a mesh using a control cage.
 * 
 * Opens a viewport for editing the cage mesh, with the
 * high-resolution mesh following the cage deformation.
 * 
 * Usage:
 * 1. Connect mesh and cage inputs
 * 2. Use viewport to deform cage
 * 3. Output is the deformed mesh
 */
```
