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.

入力

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

An ID to drive the random number generator seed. By default, this input uses the same value as the IDノード, which is the id attribute of the context geometry if it exists, and otherwise the index.

Tip

Single Random Value

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 Integer(整数)ノード) to the ID input.

Seed(シード)

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.

出力

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.