ProtoFlux:Local Scale To Global

From Resonite Wiki
Local Scale To Global
Instance
*
LocalScale
Direction

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

LocalScale (float3)

The Scale to convert from Local space to Global space.

Outputs

* (float3)

The converted LocalScale (float3).

Examples

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