Local Transform
Transform
Local transform is a ProtoFlux node that gives the values for the location, rotation, and scale fields of a Slot.
see Coordinate spaces for an in depth explanation on coordinate spaces.
Inputs
* (Slot)
The slot to read a Local transform from
Outputs
Position (Float3)
The local position of the provided * (Slot)
Rotation (FloatQ)
The local rotation of the provided * (Slot)
Scale (Float3)
The local scale of the provided * (Slot)
Examples
-
Local transform being used in a moving object code