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

Get rid of core::gl::camera #590

Merged
merged 5 commits into from
Sep 27, 2023
Merged

Get rid of core::gl::camera #590

merged 5 commits into from
Sep 27, 2023

Conversation

fallenatlas
Copy link
Contributor

@fallenatlas fallenatlas commented Sep 25, 2023

Description

Remove core camera and replace it with engine camera in renderer.

Checklist

  • Self-review changes.

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a05b5d0) 26.92% compared to head (f43f4fc) 26.92%.
Report is 3 commits behind head on main.

❗ Current head f43f4fc differs from pull request most recent head 997e0ce. Consider uploading reports for the commit 997e0ce to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #590   +/-   ##
=======================================
  Coverage   26.92%   26.92%           
=======================================
  Files          89       89           
  Lines        6797     6797           
=======================================
  Hits         1830     1830           
  Misses       4967     4967           

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

@fallenatlas fallenatlas linked an issue Sep 25, 2023 that may be closed by this pull request
@fallenatlas fallenatlas added this to the 0.0 Nursery milestone Sep 25, 2023
@fallenatlas fallenatlas added A-Core A-Engine B-Rendering C-Code-Quality A section of code that is hard to understand or change labels Sep 25, 2023
Copy link
Member

@RiscadoA RiscadoA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this @fallenatlas! LGTM, @luishfonseca has already pointed out some minor nitpicks to fix, I've added some more.

engine/include/cubos/engine/renderer/deferred_renderer.hpp Outdated Show resolved Hide resolved
engine/include/cubos/engine/renderer/renderer.hpp Outdated Show resolved Hide resolved
engine/include/cubos/engine/renderer/renderer.hpp Outdated Show resolved Hide resolved
Copy link
Member

@RiscadoA RiscadoA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes to prevent this from being merged accidentally.

@fallenatlas fallenatlas self-assigned this Sep 26, 2023
@github-actions
Copy link
Contributor

PR Preview Action v1.4.4
🚀 Deployed preview to https://GameDevTecnico.github.io/cubos/pr-preview/pr-590/
on branch gh-pages at 2023-09-26 22:11 UTC

@RiscadoA
Copy link
Member

LGTM :) btw you can mark my comments as resolved when you push their suggestions, makes it easier to know what has been done

@fallenatlas fallenatlas merged commit 5e73eb0 into main Sep 27, 2023
@fallenatlas fallenatlas deleted the 489-get-rid-of-core-camera branch September 27, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Core A-Engine B-Rendering C-Code-Quality A section of code that is hard to understand or change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get rid of core::gl::Camera
3 participants