Skip to Content

WorldSky

Inherits from: World

World class representing a procedural sky environement.

For more information, view official blender docs.

Methods

set_params

Description:

Signature:

def set_params(self, strength: float=None, sun_size: float=None, sun_intensity: float=None, sun_elevation: float=None, rotation_z: float=None, air: float=None, dust: float=None, ozone: float=None)

Arguments:

  • strength : float — Environement light strength

  • sun_size : float — Sun angular size

  • sun_intensity : float — Sun intensity

  • sun_elevation : float — Sun elevation

  • rotation_z : float — Angle representing the sun direction

  • air : float — Air density

  • dust : float — Dust density

  • ozone : float — Ozone density


Attributes

strength

Type: float


sun_size

Type: float


sun_intensity

Type: float


sun_elevation

Type: float


rotation_z

Type: float


altitude

Type: float


air

Type: float


dust

Type: float


ozone

Type: float


Last updated on