Module dagon.graphics.light
Defines the core lighting system of the engine.
The dagon module provides the Light class,
which represents a light source in the scene and supports
various types (area sphere, area tube, sun, spot). Lights can
cast shadows, participate in volumetric scattering, and have
configurable color, energy, attenuation, and other parameters.
Classes
| Name | Description |
|---|---|
Light
|
Represents a light source in the scene. |
Enums
| Name | Description |
|---|---|
LightType
|
Supported light types. |