RandomOffsetNode
The
RandomOffsetNode
scatters positions by an offset and noise factor.
Input:
vec
The positions to offset.
offset
The max offset distance.
noise
The factor of the offset distance. Usually a noise value.
Output:
The randomly offset positions.
Internal Request:
Uses the positions x and z coordinate to request a noise value as the offset factor.