Skip to content

All Directional Shadows handling is an undocumented special case #154

Description

@enginmanap

After implementing Cascaded shadow maps, render method for directional shadows become a hidden iterative method, and iteration
is based on the layers of frame buffer. When testing EVSM, I find
that custom handling is very confusing.

Current logic:
Render method is called iteratively, attaching new depth layers for each call
Expected logic:
Maybe: All frame buffer attachments are attached layer by layer
Better one:
Interface for showing what is expected behaviour
Best one:
Interface to choose iteration, and iterate which frame buffer objects

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions