GroundType#

class omni.kit.environment.core.GroundType#

Bases: object

Enumeration of ground display options in omni.kit.environment.core.

This class defines string constants for configuring ground rendering modes. Use OFF to disable ground, ON to enable full ground, and SHADOWS to display ground with shadows only.

Methods

Attributes

OFF

Represents ground turned off.

ON

Represents ground fully active.

SHADOWS

Represents ground with shadows only enabled.

__init__()#
OFF = 'Off'#

Represents ground turned off.

Type:

str

ON = 'On'#

Represents ground fully active.

Type:

str

SHADOWS = 'Shadows Only'#

Represents ground with shadows only enabled.

Type:

str