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

Fix camera position buffer factor #57

Merged
merged 5 commits into from
Sep 18, 2023

Conversation

chrisjonesBSU
Copy link
Member

The camera position was slightly skewed because I was subtracting 0.5 from all coordinates. This PR changes this to use a multiplication factor to slightly adjust the camera position outward.

@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #57 (1e38a67) into master (ac038b5) will not change coverage.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files           8        8           
  Lines         638      638           
=======================================
  Hits          613      613           
  Misses         25       25           
Files Changed Coverage Δ
cmeutils/visualize.py 97.35% <100.00%> (ø)

@chrisjonesBSU
Copy link
Member Author

On second thought, I'm just going to remove this buffer since we added the camera buffer..I think they are both trying to do the same thing.

@chrisjonesBSU chrisjonesBSU merged commit d13ab94 into cmelab:master Sep 18, 2023
3 checks passed
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.

1 participant