ProtoFlux:Set Global Position: Difference between revisions

From Resonite Wiki
Create page and add basic information
 
m Fix typo
Line 14: Line 14:
|}}
|}}


The <code>Set Global Transform</code> node sets the input slot's position to the input float3 position vector in [[Coordinate_spaces#Global_vs._Local|global coordinate space]].
The <code>Set Global Position</code> node sets the input slot's position to the input float3 position vector in [[Coordinate_spaces#Global_vs._Local|global coordinate space]].


== Inputs ==
== Inputs ==

Revision as of 05:14, 23 May 2024

Set Global Transform
*
Next
Instance
Position
Wiki

The Set Global Position node sets the input slot's position to the input float3 position vector in global coordinate space.

Inputs

* (Call)

Sets the Instance slot's global position when an impulse is received.

Instance (Slot)

The slot whose global position is set. Default is null, the node does not function without this input.

Position (float3)

The global position the input Instance slot is set to. Default is [0;0;0].

Outputs

Next (Continuation)

An impulse is fired whenever the Instance slot's position is set after the node receives an impulse. No impulse is fired from this output if the Instance input is null.