Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeScalarDerivativeFunc¶
Inherits: VisualShaderNode < Resource < Reference < Object
Calcula un derivado escalar dentro del gráfico shader visual.
Descripción¶
Este nodo sólo está disponible en shader visuales Fragment
y Light
.
Propiedades¶
|
Enumeraciones¶
enum Function:
FUNC_SUM = 0 --- Suma del derivado absoluto en
x
yy
.FUNC_X = 1 --- Derivado en
x
utilizando la diferenciación local.FUNC_Y = 2 --- Derivado en
y
utilizando la diferenciación local.
Descripciones de Propiedades¶
Function function
Default |
|
Setter |
set_function(value) |
Getter |
get_function() |
El tipo derivado. Ver Function para las opciones.