我认为以下第一个说明了我们希望放置图像的坐标系中的点。正确的?
另一个用外行人的话说到底是什么?
axis.x : real
axis.y : real
axis.z : real
The axis to rotate around. For simple (2D) rotation around a point, you do not need to specify an axis, as the default axis is the z axis (axis { x: 0; y: 0; z: 1 }).
和
origin.x : real
origin.y : real
The origin point of the rotation (i.e., the point that stays fixed relative to the parent as the rest of the item rotates). By default the origin is 0, 0.