Set Curve Tilt Node

../../../_images/modeling_geometry-nodes_curve_set-curve-tilt_node.png

Set Curve Tilt node.

The Set Curve Tilt controls the tilt angle at each curve control point. That angle rotates normal vector which is generated at each point when evaluating the curve. The normal then can be retrieved with the Normal (ノーマル)ノード.

The rotation of the normal vector is an Axis Angle rotation. It is the same as the Vector Rotate (ベクトル回転)ノード operation with the tangent vector as the axis, the raw evaluated normal is used as the original vector, and the tilt as the rotation angle.

The input node for this data is the Curve Tilt Node.

入力

Curve

Standard geometry input, containing a curve.

Selection(選択)

Whether or not to change the value on each control point. True values mean the value will be changed, false values mean the value will remain the same.

Tilt

The tilt angle for each control point.

Properties(プロパティ)

このノードにはプロパティがありません。

出力

Curve

Standard geometry output.