OkeWoke / Raytracer

I got bored and wanted to make my own raytracer in C++
0 stars 0 forks source link

feat: User controllable camera & further refactoring #33

Closed OkeWoke closed 8 months ago

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 48.48%. Comparing base (2f796ce) to head (fba8cc4).

Files Patch % Lines
modules/Render/render.cpp 0.00% 32 Missing :warning:
modules/GObjects/BoundVolumeHierarchy.cpp 0.00% 13 Missing :warning:
modules/RenderTools/Camera.cpp 0.00% 5 Missing :warning:
modules/GObjects/GObject.h 0.00% 2 Missing :warning:
modules/GObjects/Mesh.cpp 0.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #33 +/- ## ========================================== + Coverage 45.10% 48.48% +3.37% ========================================== Files 31 31 Lines 1277 1188 -89 ========================================== Hits 576 576 + Misses 701 612 -89 ```

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