Point Rotate Node
The Point Rotate node rotates every point of the geometry.
It does so by modifying the rotation
attribute.
输入
- 几何数据(Geometry)
Standard geometry input.
- 旋转
Specifies how much the point is rotated 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.
- 角度
The angle to rotate by around the specified axis. This input is only available when the rotation type is set to Axis Angle.
属性
- Rotation Type
- 轴向角度
Use separate axis and angle inputs to control the rotation.
- 欧拉
Use an Euler input to control the rotation.
- 空间
- 物体
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)
Standard geometry output.