Using Modifiers

Modifiers
The Modifier Stack provides quick access to common adjustments, masks, and modifications that you may wish to apply to a node. Traditionally, node-based software would require you to create an additional node for each such adjustment - often resulting in complicated graphs that are difficult to manage.
For basic information about Modifiers, see Modifier Stack
Fast and Less Overhead
Modifiers work as a post-process so updating them does not require re-building the node. And unlike nodes, Modifiers don't create excess overhead. The memory cost of 6 modifiers is the same as 1 modifier, however the cost of 6 nodes of the same types would create 6 times the overhead.
Common Scenarios
Adjusting the Height
If a terrain (or mask) is not the exact height values you need, you can use the Height Remap modifier to adjust both the lower and upper extent of your terrain. Bringing up the bottom "raises" the terrain from the bottom, while "lowering" the top makes the terrain shorter.

Inversely, bringing the top beyond 1.0 makes your terrain taller than the original range.
Making Stronger Masks
By simply applying Autolevel, Equalize, or Shaper (positive value) you can take a weak mask and make it stronger.


Dropping the Terrain
The "Drop" modifier removes any "empty" space under the terrain, forcing it to drop to the "floor".



Bulking Up or Bulking Down
Using Shaper, you can bulk up or bulk down a terrain. It can apply to masks as well. For example, taking Flow Map output and making it stronger by adding Shaper.



Restrict Effect to Slope or Height
You can easily restrict the effect of a node to a height or slope range by adding a "Mask by Height" or "Mask by Slope" modifier on the effect node.


Using Min and Max
The Min and Max modifiers are one of the most powerful tools in Gaea.
Breaking up a Mask
Sometimes you want a bit of crunchy detail to breakup the edges of your mask or introduce some uneven variations. Add a Warp modifier with the appropriate Size and Strength to change the mask.



Getting the Difference
Last updated