ScatterColorMapNode

The ScatterColorMapNode scatters grey scaled color maps a height map. Notice the performance information of the 'fade option'.

options:

fade If fade is checked it fades the scattered color maps using the mask. It if is not checked the node tests if a color map is completely covered by the mask. Notice: this is very computing intensive and can impact performance significantly.

Input:

map The color map to scatter.
vec The the positions to scatter to.
mask A mask where to scatter to. It is recommended to use a mask for a better performance. The mask avoids to request color maps at the masked x, z coordinate.

Output:

The height map with the scattered color maps.