Engine » Render » Cascaded shadow maps module

Creates and manages shadow maps for directional shadow casters.

Dependencies

Files

file plugin.hpp
Plugin entry point.

Functions

auto cascadedShadowMapsPlugin(Cubos& cubos) -> CUBOS_ENGINE_API void
Plugin entry function.

Variables

CUBOS_ENGINE_API Tag createCascadedShadowMapsTag
Creates the shadow maps.
CUBOS_ENGINE_API Tag drawToCascadedShadowMapsTag
Systems which draw to the cascaded shadow maps should be tagged with this.

Function documentation

CUBOS_ENGINE_API void cascadedShadowMapsPlugin(Cubos& cubos)

Plugin entry function.

Parameters
cubos Cubos main class.

Variable documentation

CUBOS_ENGINE_API Tag drawToCascadedShadowMapsTag

Systems which draw to the cascaded shadow maps should be tagged with this.