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.
Enumerations¶
enum Function:
FUNC_SUM = 0 --- Sum of absolute derivative in
xandy.FUNC_X = 1 --- Derivative in
xusing local differencing.FUNC_Y = 2 --- Derivative in
yusing local differencing.