Package bpy :: Module types :: Class World :: Class WorldMistSettings
[hide private]
[frames] | no frames]

Class WorldMistSettings

The World Mist Object

Mist settings for a World data-block.

References

Instance Variables [hide private]
float in [0, inf] depth
The distance over which the mist effect fades in
boolean enabled
Occlude objects with the environment color as they are further away.
enum falloff
Type of transition used to fade mist in...
float in [0, 100] height
Control how much mist density decreases with height
float in [0, 1] intensity
Intensity of the mist effect.
float in [0, inf] start
Starting distance of the mist, measured from the camera
Instance Variable Details [hide private]

falloff

Type of transition used to fade mist in...
  • QUADRATIC
  • LINEAR
  • INVERSE_QUADRATIC
Type:
enum