Randomize Transforms Node¶
The Randomize Transforms node applies random translation, rotation, and scale to instances. It is commonly used to create natural variation among duplicated objects, such as scattered rocks, trees, or other elements in a scene.
Đầu Vào (Inputs)¶
- Thực Thể (Instances)
The input geometry containing the instances to be randomized.
- Lựa Chọn (Selection)
Controls which instances are affected by the randomization. Only selected instances will receive random transformations.
- Local Space (Không Gian Cục Bộ)
When enabled, transformations are applied in each instance's local coordinate space.
When disabled, randomization is performed in the global coordinate space.
- Dịch Chuyển (Offset)
The maximum translation offset for each axis. Defines the random range for instance movement.
- Xoay Chiều (Rotation)
The maximum rotation for each axis. Defines how much each instance can be rotated.
- Scale Axes
Determines how scaling is applied.
- Đồng Đều/Nhất (Uniform):
Applies a single random scale factor uniformly to all axes.
- Trục (Axes):
Applies an independent random scale factor to each axis.
- Tỷ Lệ (Scale)
The maximum scaling factor applied to each instance.
- Flipping
Randomly flips instances along one or more axes, effectively mirroring them.
- Seed (Mầm)
An integer value that initializes the random number generator. Changing the seed produces a different random arrangement while keeping the same parameters.
Đầu Ra (Outputs)¶
- Thực Thể (Instances)
The resulting geometry with randomized instance transforms applied.