
Mobile Widgets
Transform2D node
Interface
Description
Apply a 2D transformation to the current axis for all nodes in the children field.
Fields
MFNode children NULL:
List of nodes to apply the transformation.
SFVec2f translation 0 0:
Apply translation transformation.
SFVec2f scale 1 1:
Apply scale transformation.
Warning:
Increases processing and memory consumption for values != 1 with images and texts.
SFFloat rotationAngle 0:
Apply rotation transformation in radians.
Arbitrary rotations may not be supported by all geometry nodes.
Warning:
Increases processing and memory consumption for values != 0 with images and texts.