-
Notifications
You must be signed in to change notification settings - Fork 34
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
Conversation
Codecov ReportAll modified lines are covered by tests ✅
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. |
There was a problem hiding this 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.
There was a problem hiding this 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.
937cecf
to
f43f4fc
Compare
|
LGTM :) btw you can mark my comments as resolved when you push their suggestions, makes it easier to know what has been done |
Description
Remove core camera and replace it with engine camera in renderer.
Checklist