Skip to content

TODO [ENGINE][GFX]: Add support for CPU culling in shadow views #91

@steaklive

Description

@steaklive

At the moment we only rely on the results of the main camera's culling. This is not accurate for shadow views: objects that are not visible in the main view are skipped, however, their shadows might still be visible.

One particular challenge in fixing this in EveryRay is the fact that ER_Camera has methods for culling but shadows are not using that class and instead create their own views with ER_Projector, ER_Frustum. We either need to move everything in the shadow system to ER_Camera or find some workaround.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions