GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://cubosengine.org
MIT License
83 stars 36 forks source link

Add SSAO plugin #1142

Closed RiscadoA closed 5 months ago

RiscadoA commented 5 months ago

Description

Adds the ssaoPlugin.

Checklist

github-actions[bot] commented 5 months ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://GameDevTecnico.github.io/cubos/docs-preview/pr-1142/ on branch gh-pages at 2024-04-25 12:12 UTC

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 39.63%. Comparing base (7fbc821) to head (92817a8).

Files Patch % Lines
engine/src/render/ssao/plugin.cpp 0.00% 123 Missing :warning:
engine/src/render/ssao/ssao.cpp 0.00% 7 Missing :warning:
engine/src/render/deferred_shading/plugin.cpp 0.00% 6 Missing :warning:
engine/src/render/g_buffer_rasterizer/plugin.cpp 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1142 +/- ## ========================================== - Coverage 39.84% 39.63% -0.21% ========================================== Files 344 346 +2 Lines 25957 26091 +134 ========================================== - Hits 10343 10342 -1 - Misses 15614 15749 +135 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.