mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Add documentation for the VisualShader nodes
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualShaderNodeVectorInterp" inherits="VisualShaderNode" version="4.0">
|
||||
<brief_description>
|
||||
Linearly interpolates between two vectors within the visual shader graph.
|
||||
</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.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user