ProtoFlux:Local Point To Global

From Resonite Wiki
Revision as of 23:00, 10 February 2024 by 989onan (talk | contribs) (template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Local Point To Global
Instance
*
LocalPoint
Direction

Local Point 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 Point.

LocalPoint (float3)

The Point to convert from Local space to Global space.

Outputs

* (float3)

The converted LocalPoint (float3).

Examples

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