属性随机化

../../../_images/modeling_modifiers_nodes_attribute-randomize.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.

随机种

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.

输出

几何数据(Geometry)

Standard geometry output.