Shorten description |
Added category: ContinuouslyChanging nodes |
||
Line 39: | Line 39: | ||
[[Category:ProtoFlux:Transform]] | [[Category:ProtoFlux:Transform]] | ||
[[Category:ContinuouslyChanging nodes]] |
Latest revision as of 06:51, 27 May 2025
Local Transform
Transform
The Local Transform
node outputs the position, rotation and scale of the input slot in local coordinate space, i.e. the slot's transform relative to its parent slot.
Inputs
* (Slot)
The slot whose local transform is output.
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