Files
engine/doc/classes/VisualShaderNodeVectorDecompose.xml
T

12 lines
433 B
XML
Raw Normal View History

2018-07-26 11:56:21 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeVectorDecompose" inherits="VisualShaderNodeVectorBase" version="4.0">
2018-07-26 11:56:21 +02:00
<brief_description>
Decomposes a [Vector3] into three scalars within the visual shader graph.
2018-07-26 11:56:21 +02:00
</brief_description>
<description>
Takes a [code]vec3[/code] and decomposes it into three scalar values that can be used as separate inputs.
2018-07-26 11:56:21 +02:00
</description>
<tutorials>
</tutorials>
</class>