My Project
 All Classes Files Functions Variables Enumerations Pages
Public Member Functions | Public Attributes | List of all members
ParametersCloud Class Reference

This class aggregates the controllable parameters for all things related to cloud generation. More...

#include <parameters_cloud.h>

Inheritance diagram for ParametersCloud:
ParametersObject

Public Member Functions

 ParametersCloud ()
 Constructor sets up some hopefully sensible defaults.
 
 ~ParametersCloud ()
 Destructor.
 
- Public Member Functions inherited from ParametersObject
 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.
 
- Public Attributes inherited from ParametersObject
ObjectType object_type
 Kind of object.
 
uint seed
 Random seed for subdivision and noise.
 
uint subdivisions
 Number of subdivisions.
 

Additional Inherited Members

- Public Types inherited from ParametersObject
enum  ObjectType { ObjectTypePlanet, ObjectTypeFlatHexagon, ObjectTypeFlatTriangle, ObjectTypeFlatSquare }
 What kind of object will be generated.
 

Detailed Description

This class aggregates the controllable parameters for all things related to cloud generation.


The documentation for this class was generated from the following files: