Random Point On Cube
Point
The Random Point On Cube node returns a random float3 value of a point on a unit cube. Since the line is where the random generation occurs is on the cube shell, the X, Y, and Z will be in between -1
and 1
(inclusive to the cube only).
Outputs
* (float3)
The random result.