SkyType#
- class omni.kit.environment.core.SkyType#
Bases:
objectA 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
Constant representing a dynamic sky type.
Constant representing the HDRI sky type.
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