次のうち最初の 1 つは、画像を配置したい座標系のポイントを示していると思います。正しい?
他の人は素人の言葉で正確に何を言っていますか?
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.