2019-08-13 12:35:50 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-11-05 15:02:42 +01:00
<class name= "VisualShaderNodeVectorScalarMix" inherits= "VisualShaderNode" version= "3.5" >
2019-08-13 12:35:50 +02:00
<brief_description >
2020-05-07 11:19:23 +02:00
Linearly interpolates between two vectors using a scalar. For use within the visual shader graph.
2019-08-13 12:35:50 +02:00
</brief_description>
<description >
2020-05-07 11:19:23 +02:00
Translates to [code]mix(a, b, weight)[/code] in the shader language, where [code]a[/code] and [code]b[/code] are vectors and [code]weight[/code] is a scalar.
2019-08-13 12:35:50 +02:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<constants >
</constants>
</class>