SplitNode

The SplitNode splits positions using a mask.

Input:

vec The positions to split.
mask The mask to use.

Output:

> = 0 Positions where the mask is > = 0
< 0 Positions where the mask is < 0

Internal request:

Uses the x and z coordinate of the positions to request the mask value.