Coordinates
Generates coordinate maps such as UV, X, Y, or distance
intermediate
Since P00
Output Ports
Image
Image output from Coordinates.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | `UV` | Controls the mode setting for Coordinates. |
| Width | Int | `64` | Width of the generated image |
| Height | Int | `64` | Height of the generated image |
| Center X | Float | `0.5` | Controls the center x setting for Coordinates. |
| Center Y | Float | `0.5` | Controls the center y setting for Coordinates. |
Overview
Generates coordinate maps such as UV, X, Y, or distance
Inputs and Outputs
Output Ports
- Image
Image: Image output from Coordinates.
Key Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| Mode | Enum | `UV` | Controls the mode setting for Coordinates. |
| Width | Int | `64` | Width of the generated image |
| Height | Int | `64` | Height of the generated image |
| Center X | Float | `0.5` | Controls the center x setting for Coordinates. |
| Center Y | Float | `0.5` | Controls the center y setting for Coordinates. |
When to Use
Use Coordinates when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.
Notes
Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.