SkyType#

class omni.kit.environment.core.SkyType#

Bases: object

A collection of constants that specify available sky types in the omni.kit.environment.core extension.

It provides identifier values for selecting a sky representation mode for environment rendering.

Methods

Attributes

DYNAMIC

Constant representing a dynamic sky type.

HDRI

Constant representing the HDRI sky type.

SCENE

Constant representing a scene sky type.

__init__()#
DYNAMIC = 'Sky'#

Constant representing a dynamic sky type.

Type:

str

HDRI = 'HDRI'#

Constant representing the HDRI sky type.

Type:

str

SCENE = 'Scene'#

Constant representing a scene sky type.

Type:

str