ProtoFlux:SetGlobalTransformMatrix: Difference between revisions

From Resonite Wiki
Created a page for the Set Global Transform Matrix node.
 
m YoshBot moved page ProtoFlux:Set Global Transform Matrix to ProtoFlux:SetGlobalTransformMatrix: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:34, 21 August 2025

Set Global Transform Matrix
*
Next
Instance
Matrix
Transform

The Set Global Transform Matrix node takes in a slot to transform (position, rotation, and scale) in 3D space along with the matrix value.

To create a transform matrix, the ProtoFlux Matrix Catagory has many helpful nodes to do this.

Inputs

* (Call)

Calls an impulse to set the the slot position, rotation, and scale of a slot.

Instance (Slot)

The slot to transform.

Matrix (float4x4)

The exact value to set the slot's transform.

Outputs

Next (Continuation)

Continues the flow of execution from here.

See Also

  • Wikipedia's definition of a matrix.