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...
VisualShaderNodeScalarInterp¶
Inherits: VisualShaderNode < Resource < Reference < Object
Interpola linealmente entre dos escalares dentro del gráfico shader visual.
Descripción¶
Se traduce a mix(a, b, weight)
en el lenguaje shader.