ProtoFlux:Random Point On Cube

From Resonite Wiki
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).

This node constantly changes its value every frame, if you want to use this value, make sure to either Write to a Variable or use it within that frame.

Outputs

* (float3)

The random result.