Gaea Documentation

Gaea Documentation

Node Reference


Constant

Primitive › Basic
Shortcode k
Constant creates a blank terrain of the height specified, or a flat color output.

Node must be baked when executing Hybrid or Tiled builds.


The Constant node is the most basic primitive available in Gaea. It can create three outputs: a flat terrain of a specified height, a flat color output, or a noise pattern.

Constant is rarely used directly, but rather as a mask or a second input blended using Combine with another node.

Modes

Height

The uniform height "block" terrain can be used with Combine in Max mode to create a flat area at the specified height in a terrain.

Color

The uniform color output can be used for blending various textures or combining a flat color on top of an existing color map to modify the tint via various blend modes.

Noise

The noise output can be merged with other nodes' output to add jittery effects. In most situations, you may want to use the Noise node instead. The Noise mode was added to the Constant node to reduce the need to create a flat Constant and then apply the Noise node on top of it to create a flat noise map that could be used elsewhere in the graph.

Properties

ConstantThe type of output to create.
OutputThe type of output to create.
HeightCreate a flat terrain of the specified height. ColorCreate a flat color output of the specified color.
HeightThe height of the blank terrain.
ColorThe color to use for creating a flat, color output.

Created by QuadSpinner QuadSpinner using AngryMonkey
Copyright © 2016-2026 QuadSpinner. All rights reserved.
Documentation is provided under the MIT License.