ProtoFlux:GlobalPointToLocal

From Resonite Wiki
Revision as of 00:21, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Global Point To Local to ProtoFlux:GlobalPointToLocal: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Global Point To Local
Instance
*
GlobalPoint
Direction

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

GlobalPoint (float3)

The Point to convert from Global space to Local space.

Outputs

* (float3)

The converted GlobalPoint (float3).

Examples

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