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)

标准的几何图形输入。

属性

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

最小值

The random value will be at least those values.

最大值

The random values will be no more than those values.

种子

Seed to change the random sequence.

属性

类型

Type of data stored in the attribute.

浮动

Single (floating-point) value.

矢量

Array of three (floating-point) values.

布尔

A true or false value.

操作

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 the random values to the existing attribute values.

相减

Subtract random values from the existing attribute values.

正片叠底(相乘)

Multiply the existing attribute values with the random values.

输出

几何数据(Geometry)

标准的几何体输出。