ProtoFlux:Global Direction To Local

From Resonite Wiki
Global Direction To Local
Instance
*
GlobalDirection
Direction

Global Direction To Local Is a protoflux node that allows you to convert a float3 from Global space to Local 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.

GlobalDirection (float3)

The Direction to convert from Global space to Local space.

Outputs

* (float3)

The converted GlobalDirection (float3).

Examples

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