Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cascaded shadow maps #1338

Merged
merged 8 commits into from
Oct 9, 2024

docs: update CHANGELOG.md

190159f
Select commit
Loading
Failed to load commit list.
Merged

Add cascaded shadow maps #1338

docs: update CHANGELOG.md
190159f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 9, 2024 in 1s

40.40% (-0.33%) compared to 0128120

View this Pull Request on Codecov

40.40% (-0.33%) compared to 0128120

Details

Codecov Report

Attention: Patch coverage is 0% with 262 lines in your changes missing coverage. Please review.

Project coverage is 40.40%. Comparing base (0128120) to head (190159f).

Files with missing lines Patch % Lines
.../render/cascaded_shadow_maps_rasterizer/plugin.cpp 0.00% 116 Missing ⚠️
engine/src/render/deferred_shading/plugin.cpp 0.00% 65 Missing ⚠️
engine/src/render/shadows/directional_caster.cpp 0.00% 30 Missing ⚠️
engine/src/render/cascaded_shadow_maps/plugin.cpp 0.00% 26 Missing ⚠️
core/src/geom/utils.cpp 0.00% 14 Missing ⚠️
core/src/gl/ogl_render_device.cpp 0.00% 5 Missing ⚠️
engine/src/render/camera/camera.cpp 0.00% 2 Missing ⚠️
engine/src/render/defaults/plugin.cpp 0.00% 2 Missing ⚠️
engine/src/render/camera/plugin.cpp 0.00% 1 Missing ⚠️
engine/src/render/shader/plugin.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1338      +/-   ##
==========================================
- Coverage   40.73%   40.40%   -0.33%     
==========================================
  Files         430      432       +2     
  Lines       30500    30745     +245     
==========================================
  Hits        12424    12424              
- Misses      18076    18321     +245     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.