Transform2D node


Apply a 2D transformation to the current axis for all nodes in the children field.


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.