GridScatterNode

The GridScatterNode creates a grid of positions using the x and y scale as distance. E.g. you can use a RandomOffsetNode to randomly scatter the positions.

Input:

scale x The positions x distance in the grid.
scale z The positions z distance in the grid.

Output:

positions The positions of the grid.

Internal Request:

Uses the x and z coordinate of a request for the position. Uses the sizeX and sizeZ values for the range of the gird.