Attribute Randomize

../../../_images/modeling_geometry-nodes_attribute_attribute-randomize_node.png

Attribute Randomize Node.

The Attribute Randomize node replaces the values in an attribute with random values within the given range.

入力

Geometry(ジオメトリ)

標準のジオメトリ入力です。

Attribute(属性)

Name of the attribute to fill with random values. If there is no attribute with the given name, a new one is created.

Min(最小)

The random value will be at least those values.

Max(最大)

The random values will be no more than those values.

Seed(シード)

Seed to change the random sequence.

Properties(プロパティ)

Type(タイプ)

Type of data stored in the attribute.

Float

Single (floating-point) value.

Vector(ベクトル)

Array of three (floating-point) values.

Boolean(ブーリアン)

A true or false value.

Operation(処理)

How new random attribute values relate to the existing attribute values.

Replace/Create

Replace the value and data type of an existing attribute, or create a new one.

Add(追加)

Add the random values to the existing attribute values.

Subtract(減算)

Subtract random values from the existing attribute values.

Multiply(乗算)

Multiply the existing attribute values with the random values.

出力

Geometry(ジオメトリ)

標準のジオメトリ出力です。