This class aggregates the controllable parameters for all things related to cloud generation. More...
#include <parameters_cloud.h>
Public Member Functions | |
ParametersCloud () | |
Constructor sets up some hopefully sensible defaults. | |
~ParametersCloud () | |
Destructor. | |
![]() | |
ParametersObject () | |
Constructor sets up some hopefully sensible defaults. | |
virtual | ~ParametersObject () |
Destructor. | |
Public Attributes | |
bool | enabled |
Whether clouds will be generated. | |
float | cloudbase |
Height of base of clouds. | |
uint | weather_systems |
Number of weather systems. | |
FloatRGBA | colour |
Colour for clouds. | |
![]() | |
ObjectType | object_type |
Kind of object. | |
uint | seed |
Random seed for subdivision and noise. | |
uint | subdivisions |
Number of subdivisions. | |
Additional Inherited Members | |
![]() | |
enum | ObjectType { ObjectTypePlanet, ObjectTypeFlatHexagon, ObjectTypeFlatTriangle, ObjectTypeFlatSquare } |
What kind of object will be generated. | |
This class aggregates the controllable parameters for all things related to cloud generation.