|
The particle tool has the following options: |
![]() |
The greater the values, the more randomized direction each particle gets. For the first component, value 1.0 already randomizes the direction 180 degrees, but the original direction still dominates the average of directions. For the second random component, value 1.0 gives a totally random rotation around the axis.
For example, when brushing tree leaves onto a ground surface, the first random component can be zero, because the flat leaves lie along the ground. The second component should be one, so that leaves have a totally random direction on the ground. In other words, a suitable random value pair is "0 1".
See also: Particle Objects.