属性随机化

../../../_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)

Standard geometry input.

属性

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.

随机种

伪随机数生成器使用的 随机种

属性

类型

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 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)

Standard geometry output.