Module dagon.graphics.shadowmap

Provides the base class for shadow mapping.

Description

The dagon.graphics.shadowmap 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

NameDescription
ShadowMap Abstract base class for shadow maps.