VisualShaderNodeVectorScalarMix¶
Inherits: VisualShaderNode < Resource < Reference < Object
Linearly interpolates between two vectors using a scalar. For use within the visual shader graph.
Description¶
Translates to mix(a, b, weight) in the shader language, where a and b are vectors and weight is a scalar.