ProtoFlux:GlobalScaleToLocal: Difference between revisions

From Resonite Wiki
template
 
Added category: ContinuouslyChanging nodes
Line 1: Line 1:
{{Template:ConvertCoordinateValueNode|Global|Scale|Local|float3|Float3}}
{{Template:ConvertCoordinateValueNode|Global|Scale|Local|float3|Float3}}
[[Category:ContinuouslyChanging nodes]]

Revision as of 06:51, 27 May 2025

Global Scale To Local
Instance
*
GlobalScale
Direction

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

GlobalScale (float3)

The Scale to convert from Global space to Local space.

Outputs

* (float3)

The converted GlobalScale (float3).

Examples

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