Clouds
Renders realistic clouds that drift slowly across the sky.
Memory category | Instances |
---|
Member index 4
Description
The Clouds object renders realistic clouds that drift slowly across the sky. Both cloud cover and density can be adjusted, as well as cloud color to achieve atmospheres like stormy skies, moody sunsets, alien worlds, etc.
See the Dynamic Clouds article for a summary of properties and expected results.
History 15
- 553 Change Default of Enabled from to true
- 553 Change Default of Density from to 0.699999988
- 553 Change Default of Cover from to 0.5
- 553 Change Default of Color from to Color3(1, 1, 1)
- 486 Change ThreadSafety of Enabled from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Density from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Cover from ReadOnly to ReadSafe
- 486 Change ThreadSafety of Color from ReadOnly to ReadSafe
- 485 Add Enabled
- 485 Add Color
- 462 Change ThreadSafety of Density from to ReadOnly
- 462 Change ThreadSafety of Cover from to ReadOnly
- 457 Add Density
- 457 Add Cover
- 457 Add Clouds
Members 4
Color
Type | Default | |
---|---|---|
Color3 | 1, 1, 1 |
This property controls the material color of cloud particles. However, cloud color is influenced by several Lighting and Atmosphere properties, so it is not intended as a dedicated property to simulate colored sunsets, sunrises, etc.
See the Dynamic Clouds article for a summary of properties and expected results.
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |
Cover
Type | Default | |
---|---|---|
float | 0.5 |
This property defines the cloud cover within the overall skyscape layer. Valid range is from 0 to 1 (sparse cloud cover to full cloud cover).
See the Dynamic Clouds article for a summary of properties and expected results.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
Density
Type | Default | |
---|---|---|
float | 0.699999988 |
This property controls the particulate density of clouds (the proportion of airborne water vapor particles at full cloud cover).
See the Dynamic Clouds article for a summary of properties and expected results.
Thread safety | ReadSafe |
---|---|
Category | Appearance |
Loaded/Saved | true |
Enabled
Type | Default | |
---|---|---|
bool | true |
This property toggles rendering of the Clouds object. Useful for toggling on/off different Clouds objects that exist in the same place.
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | true |