2018-07-26 11:56:21 +02:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2025-08-26 07:28:40 -07:00
|
|
|
|
<class name="VisualShaderNodeTransformDecompose" inherits="VisualShaderNode" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2018-07-26 11:56:21 +02:00
|
|
|
|
<brief_description>
|
2020-05-03 04:27:36 -04:00
|
|
|
|
Decomposes a [Transform3D] into four [Vector3]s within the visual shader graph.
|
2018-07-26 11:56:21 +02:00
|
|
|
|
</brief_description>
|
|
|
|
|
|
<description>
|
2024-03-01 00:59:28 +01:00
|
|
|
|
Takes a 4×4 transform matrix and decomposes it into four [code]vec3[/code] values, one from each row of the matrix.
|
2018-07-26 11:56:21 +02:00
|
|
|
|
</description>
|
|
|
|
|
|
<tutorials>
|
|
|
|
|
|
</tutorials>
|
|
|
|
|
|
</class>
|