Point Rotate¶
The Point Rotate node rotates every point of the geometry. It does so by modifying the rotation attribute.
输入¶
- 几何数据(Geometry)
标准的几何图形输入。
- 旋转
Specifies how much the point is rotate around each axis. This input is only available when the rotation type is set to Euler.
- 轴向
The axis to rotate the point around. This input is only available when the rotation type is set to Axis Angle.
- 角度
围绕指定轴旋转的角度。这个输入只有在旋转类型被设置为 轴向角度 时才可用。
属性¶
- 旋转类型
- 轴向角度
使用单独的轴和角度输入来控制旋转。
- 欧拉
使用欧拉输入来控制旋转。
- 空间
- 物体
Rotate every point in the local space of the object that is being evaluated. The same space is used for every point.
- 点光
Rotate every point in its local space as specified by its rotation attribute.
输出¶
- 几何数据(Geometry)
标准的几何体输出。