Nodes > Functions > Coords > Pixelize Coords
![]()
Rounds coordinates into chunks, creating a pixelization effect.
Inputs
| Name | Type | Description |
|---|---|---|
| Input | float | Coordinates to be pixelized |
| Divisions | float | Number of divisions to use, assuming coordinates are in the 0-1 range |
Outputs
| Name | Type | Description |
|---|---|---|
| Output | float | Pixelized coordinates |
Was this page helpful?