2018-07-26 17:56:21 +08:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-07-06 16:08:05 +08:00
|
|
|
|
<class name="VisualShaderNodeTransformDecompose" inherits="VisualShaderNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2018-07-26 17:56:21 +08:00
|
|
|
|
<brief_description>
|
2020-05-03 16:27:36 +08:00
|
|
|
|
Decomposes a [Transform3D] into four [Vector3]s within the visual shader graph.
|
2018-07-26 17:56:21 +08:00
|
|
|
|
</brief_description>
|
|
|
|
|
<description>
|
2024-03-01 07:59:28 +08: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 17:56:21 +08:00
|
|
|
|
</description>
|
|
|
|
|
<tutorials>
|
|
|
|
|
</tutorials>
|
|
|
|
|
</class>
|