
I’m not sure what the role of Rotation Center and Position of Rotate 3D is.
I know the rotation axis is the direction to rotate, and the angle is the angle, but what is the role of Position and Center?
It’s like a very powerful node, so I want to know well
Qriva
2
https://docs.unity3d.com/Packages/com.unity.visualeffectgraph@12.1/manual/Operator-Rotate3D.html
According to docs it should be something like this:

Red line is defined by axis, blue point is rotation mid point, purple dot is position you want to rotate and black arrow is angle.
1 Like