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

Task/trackball camera #52

Merged
merged 27 commits into from
Dec 31, 2024
Merged

Task/trackball camera #52

merged 27 commits into from
Dec 31, 2024

Conversation

marsp0
Copy link
Owner

@marsp0 marsp0 commented Dec 31, 2024

replacing the wasd camera with arcball

@marsp0 marsp0 self-assigned this Dec 31, 2024
@marsp0 marsp0 added this to the v0.1 milestone Dec 31, 2024
@marsp0 marsp0 linked an issue Dec 31, 2024 that may be closed by this pull request
Copy link

codecov bot commented Dec 31, 2024

Codecov Report

Attention: Patch coverage is 30.81761% with 110 lines in your changes missing coverage. Please review.

Project coverage is 69.06%. Comparing base (ebb91e9) to head (28881f6).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/camera.c 33.73% 55 Missing ⚠️
src/linux/input.c 0.00% 33 Missing ⚠️
src/math.c 70.37% 8 Missing ⚠️
src/linux/display.c 0.00% 6 Missing ⚠️
src/renderer.c 0.00% 5 Missing ⚠️
src/shader.c 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
- Coverage   69.65%   69.06%   -0.60%     
==========================================
  Files          20       19       -1     
  Lines        1585     1545      -40     
  Branches      143      137       -6     
==========================================
- Hits         1104     1067      -37     
- Misses        466      470       +4     
+ Partials       15        8       -7     

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

@marsp0 marsp0 merged commit 60ce70a into master Dec 31, 2024
1 check passed
@marsp0 marsp0 deleted the task/trackball-camera branch December 31, 2024 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trackball camera
1 participant