Random Rotation Node

Random Rotation node.

The Random Rotation node generates random rotation values within a specified angular range. It can be used to randomize the orientation of instances, particles, or elements of a geometry.

Đầu Vào (Inputs)

Min Zenith

The minimum zenith (vertical) rotation angle. Defines the lower limit of the random rotation.

Max Zenith

The maximum zenith (vertical) rotation angle. Defines the upper limit of the random rotation.

ID (Chỉ Danh)

An ID to drive the random number generator seed. By default, this input uses the same value as the Nút (ID Node), which is the id attribute of the context geometry if it exists, and otherwise the index.

Mẹo

Đơn Giá Trị Ngẫu Nhiên

By default, the node generates a unique random rotation for each element (based on its ID). To generate a single random rotation for the entire geometry, connect a constant value (such as an Nút Số Nguyên (Integer Node)) to the ID input.

Seed (Mầm)

A field to seed the random number generator. This can be used to produce a different set of random rotations even when using the same ID input.

Đầu Ra (Outputs)

Xoay Chiều (Rotation)

The output rotation as a rotation socket. This can be used directly to orient instances or to drive other transformations in the node tree.