VisualShaderNodeVectorInterp

Inherits: VisualShaderNode < Resource < Reference < Object

Linearly interpolates between two vectors within the visual shader graph.

Description

Translates to mix(a, b, weight) in the shader language, where weight is a Vector3 with weights for each component.