Module dagon.graphics.shadowmap
Provides the base class for shadow mapping.
Description
The dagon module defines the abstract ShadowMap class,
which provides an interface for managing and using a shadow map.
Derived classes implement specific shadow mapping techniques.
Shadow maps are used to render and sample shadows cast by lights in the scene.
Classes
| Name | Description |
|---|---|
ShadowMap
|
Abstract base class for shadow maps. |