VisualShaderNodeVectorDerivativeFunc

Inherits: VisualShaderNode < Resource < Reference < Object

Calculates a vector derivative within the visual shader graph.

Description

This node is only available in Fragment and Light visual shaders.

Properties

Function

function

0

Enumerations

enum Function:

  • FUNC_SUM = 0 --- Sum of absolute derivative in x and y.

  • FUNC_X = 1 --- Derivative in x using local differencing.

  • FUNC_Y = 2 --- Derivative in y using local differencing.

Property Descriptions

Default

0

Setter

set_function(value)

Getter

get_function()

A derivative type. See Function for options.