Inflate
Overview
Displaces mesh vertices along their normal vectors.
Inputs
| Name | Type | Description |
|---|---|---|
| Input | MeshData | The mesh to be deformed. |
| Distance | float | The distance to move vertices along their normals. |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | MeshData | The resulting mesh after the inflation operation. |
Parameters
This node does not expose additional parameters.