Module dagon.graphics.environment

Defines the environment class.

Description

The dagon.graphics.environment module provides the Environment class, which encapsulates global scene parameters such as background color, ambient lighting, fog, sun light, and terrain material. The environment is used to control the global lighting and atmospheric effects in a scene.

Classes

NameDescription
Environment Represents the global environment settings for a scene.