Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

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.