mirror of
https://github.com/bevyengine/bevy
synced 2024-11-26 06:30:19 +00:00
4e6471ed23
# Objective `NoFrustumCulling` prevents meshes from being considered out of view based on AABBs (sometimes useful for skinned meshes which don't recalculate AABBs currently). it currently only applies for primary view rendering, not for shadow rendering which can result in missing shadows. ## Solution Add checks for `NoFrustumCulling` to `check_dir_light_mesh_visibility` and `check_point_light_mesh_visibility` so that `NoFrustumCulling` entities are rendered to all shadow views as well as all primary views. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |