Nodes > Functions > Coords > Scatter Coords

Moves the coordinates by a random amount, creating a scatter effect.
Inputs
| Name | Type | Description |
|---|---|---|
| Coords | float | Coordinates to scatter |
| Scale | float | Horizontal and vertical strength of the scattering effect |
| Random Seed | float | Seed used to randomize scatter position |
Outputs
| Name | Type | Description |
|---|---|---|
| Coords | float | Scattered coordinates |
Was this page helpful?