ProtoFlux:LocalPointToGlobal: Difference between revisions

From Resonite Wiki
template
 
m YoshBot moved page ProtoFlux:Local Point To Global to ProtoFlux:LocalPointToGlobal: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:ConvertCoordinateValueNode|Local|Point|Global|float3|Float3}}
{{Template:ConvertCoordinateValueNode|Local|Point|Global|float3|Float3}}
[[Category:ContinuouslyChanging nodes]]

Latest revision as of 00:26, 21 August 2025

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.