Files
engine/doc/classes/VisualShaderNodeVectorInterp.xml
T

16 lines
507 B
XML
Raw Normal View History

2018-07-26 11:56:21 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-31 17:03:48 -08:00
<class name="VisualShaderNodeVectorInterp" inherits="VisualShaderNode" version="4.0">
2018-07-26 11:56:21 +02:00
<brief_description>
Linearly interpolates between two vectors within the visual shader graph.
2018-07-26 11:56:21 +02:00
</brief_description>
<description>
Translates to [code]mix(a, b, weight)[/code] in the shader language, where [code]weight[/code] is a [Vector3] with weights for each component.
2018-07-26 11:56:21 +02:00
</description>
<tutorials>
</tutorials>
<methods>
</methods>
<constants>
</constants>
</class>