Attribute Randomize¶
The Attribute Randomize node replaces the values in an attribute with random values within the given range.
Đầu Vào (Inputs)¶
- Hình Học (Geometry)
Đầu vào hình học tiêu chuẩn.
- Thuộc Tính (Attribute)
Name of the attribute to fill with random values. If there is no attribute with the given name, a new one is created.
- Tối Thiểu (Min)
The random value will be at least those values.
- Tối Đa (Max)
The random values will be no more than those values.
- Seed (Mầm)
Seed to change the random sequence.
Tính Chất (Properties)¶
- Thể Loại (Type)
Type of data stored in the attribute.
- Số Thực Dấu Phẩy Động (Float)
Single (floating-point) value.
- Véctơ (Vector)
Array of three (floating-point) values.
- Boolean (Lôgic Bool)
A true or false value.
- Thao Tác (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.
- Cộng Thêm (Add)
Add the random values to the existing attribute values.
- Trừ (Subtract)
Subtract random values from the existing attribute values.
- Nhân (Multiply)
Multiply the existing attribute values with the random values.
Đầu Ra (Outputs)¶
- Hình Học (Geometry)
Đầu ra hình học tiêu chuẩn.