Outdated documentation

This documentation page refers to Godot 4.3, and may be outdated or incorrect.
Additionally, this engine version is no longer supported.

Check this page in the stable branch for the latest additions and corrections.

VisualShaderNodeTransformFunc

Inherits: VisualShaderNode < Resource < RefCounted < Object

Computes a Transform3D function within the visual shader graph.

Description

Computes an inverse or transpose function on the provided Transform3D.

Properties

Function

function

0


Enumerations

enum Function: 🔗

Function FUNC_INVERSE = 0

Perform the inverse operation on the Transform3D matrix.

Function FUNC_TRANSPOSE = 1

Perform the transpose operation on the Transform3D matrix.

Function FUNC_MAX = 2

Represents the size of the Function enum.


Property Descriptions

Function function = 0 🔗

The function to be computed. See Function for options.


User-contributed notes

Please read the User-contributed notes policy before submitting a comment.