Prototype/NamedNoiseExpression: Difference between revisions
Jump to navigation
Jump to search
m (Types/NoiseExpression) |
(name is inherited from Prototype) |
||
Line 9: | Line 9: | ||
== Mandatory properties == | == Mandatory properties == | ||
Inherits all properties from [[Prototype]]. | |||
=== expression === | === expression === |
Revision as of 08:46, 29 August 2018
Basics
A Types/NoiseExpression together with a name.
Named noise expressions are used to specify functions for elevation, temperature, moisture, aux, and cliffiness.
In 0.16 the 'name' of the NamedNoiseExpression must be "default-<property>", e.g. "default-elevation" for it to be picked up by the terrain generation system and used to calculate elevation.
Mandatory properties
Inherits all properties from Prototype.
expression
Type: Types/NoiseExpression
The expression itself.