Skip to Content

WorldHDRI

Inherits from: World

World class for importing lighting from an hdri .exr file.

HDRI files can be captured by a 360 camera or a smartphone app or downloaded from public libraries such as polyhaven.

Methods

set_params

Description:

Signature:

def set_params(self, hdri_path: str=None, strength: float=None, rotation_z: float=None)

Arguments:

  • hdri_path : str — Path to the .exr file

  • strength : float

  • rotation_z : float


Attributes

hdri_path

Type: str


strength

Type: float


rotation_z

Type: float


Last updated on