Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
VisualShaderNodeTransformDecompose¶
继承: VisualShaderNode < Resource < RefCounted < Object
在可视化着色器图中,将 Transform3D 分解为四个 Vector3。
描述¶
获取一个4×4的变换矩阵,并将其分解为四个vec3
值,每行一个。