24 #ifndef _parameters_terrain_h_
25 #define _parameters_terrain_h_
uint rivers_seed
Random seed for river generation.
Definition: parameters_terrain.h:80
~ParametersTerrain()
Destructor.
Definition: parameters_terrain.cpp:50
float power_law
Power law applied to terrain heights.
Definition: parameters_terrain.h:59
XYZ variation
Maximum size of perturbations (z in vertical direction, x & y horizontally).
Definition: parameters_terrain.h:49
Interface for class ByteRGBA and class FloatRGBA.
float snowline_pole
Normalised height of snowline at the pole.
Definition: parameters_terrain.h:65
float snowline_glacier_effect
When positive, rivers become glaciers. When negative, rivers remain blue.
Definition: parameters_terrain.h:74
float base_height
Initial height of unsubdivided, unperturbed terrain, expressed as a proportion of variation...
Definition: parameters_terrain.h:54
float snowline_power_law
Power law for snowline.
Definition: parameters_terrain.h:68
Class to hold vectors in 3D cartesian co-ordinates.
Definition: xyz.h:34
This class aggregates the controllable parameters for all things related to terrain generation...
Definition: parameters_terrain.h:35
float lake_becomes_sea
Limit on lake size as a proportion of available surface.
Definition: parameters_terrain.h:85
Definition: parameters_noise.h:27
Interface for class ParametersNoise.
Common base for ParametersTerrain and ParametersCloud.
Definition: parameters_object.h:28
Class to represent red-green-blue-alpha colours stored to floating point accuracy.
Definition: rgb.h:173
Interface for class Parameters.
FloatRGBA colour_ocean
Colour for a terrain type.
Definition: parameters_terrain.h:92
float snowline_slope_effect
Supresses snow on slopes.
Definition: parameters_terrain.h:71
uint rivers
Number of rivers to generate.
Definition: parameters_terrain.h:77
float snowline_equator
Normalised height of snowline at the equator.
Definition: parameters_terrain.h:62
uint subdivisions_unperturbed
Numer of subdivisions (at the top level) which will be unperturbed.
Definition: parameters_terrain.h:46
ParametersTerrain()
Constructor sets up some hopefully sensible defaults.
Definition: parameters_terrain.cpp:26
float oceans_and_rivers_emissive
Amount of emissive colour for oceans and rivers.
Definition: parameters_terrain.h:88