Nodes > Math > Common > DDY
Computes the partial derivative of the neighboring vertical pixels in screen space. Useful for checking for differences in nearby pixels.
Inputs
Name | Type | Description |
---|---|---|
A | float | Values from which the partial derivatives are taken |
Outputs
Name | Type | Description |
---|---|---|
ddy( A ) | float | Partial derivative of vertical pixels |
Was this page helpful?