SineMapNode

The SineMapNode creates a height map using Mathf.Sin(x) + Mathf.Sin(z).

Input:

scale x The scale for x.
scale z The scale for z.

Output:

The height map.

Example: