2

Is there a way to control the rotation of mesh vertices in Geometry Nodes? For example, could I rotate a mesh's vertices 45 degrees around the Bounding Box Center as I would in Edit Mode if I were to do it manually? Thank you!

1 Answers1

4

Yes, you can, using Vector Rotate node to rotate, and Attribute Statistic to calculate the bounding box center (unless you mean the origin, then simply use the default 0;0;0 values for rotation center):

Markus von Broady
  • 36,563
  • 3
  • 30
  • 99