ProtoFlux:LocalDirectionToGlobal: Difference between revisions

From Resonite Wiki
Added category: ContinuouslyChanging nodes
m YoshBot moved page ProtoFlux:Local Direction To Global to ProtoFlux:LocalDirectionToGlobal: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:26, 21 August 2025

Local Direction To Global
Instance
*
LocalDirection
Direction

Local Direction To Global Is a protoflux node that allows you to convert a float3 from Local space to Global space using the Instance (Slot) as a reference space.

See Coordinate Spaces For how this node can be used in bigger systems.

Inputs

Instance (Slot)

The slot to use as reference for converting the provided Direction.

LocalDirection (float3)

The Direction to convert from Local space to Global space.

Outputs

* (float3)

The converted LocalDirection (float3).

Examples

Local Direction To Global being used in a bigger piece of code.
Local Direction To Global Local being used in a bigger piece of code.