2018-07-26 17:56:21 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-01 16:32:01 +08:00
|
|
|
<class name="VisualShaderNodeVectorLen" inherits="VisualShaderNodeVectorBase" version="4.0">
|
2018-07-26 17:56:21 +08:00
|
|
|
<brief_description>
|
2020-05-07 17:19:23 +08:00
|
|
|
Returns the length of a [Vector3] within the visual shader graph.
|
2018-07-26 17:56:21 +08:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2020-05-07 17:19:23 +08:00
|
|
|
Translated to [code]length(p0)[/code] in the shader language.
|
2018-07-26 17:56:21 +08:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
</class>
|