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

Change camera API to be more explicit #1820

Merged
merged 2 commits into from
Dec 21, 2024

Conversation

mwestphal
Copy link
Contributor

pos -> position
up -> viewUp
foc -> focalPoint
angle -> viewAngle

Fix #1531

Copy link

You are modifying libf3d public API! ⚠️Please update bindings accordingly⚠️!
You can find them in their respective directories: python, java, webassembly.

Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.71%. Comparing base (b67bdf1) to head (b6aa13d).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1820      +/-   ##
==========================================
+ Coverage   95.68%   95.71%   +0.03%     
==========================================
  Files         123      123              
  Lines        9756     9756              
==========================================
+ Hits         9335     9338       +3     
+ Misses        421      418       -3     

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

pos -> position
up -> viewUp
foc -> focalPoint
angle -> viewAngle
@mwestphal mwestphal self-assigned this Dec 21, 2024
application/F3DStarter.cxx Outdated Show resolved Hide resolved
@mwestphal mwestphal merged commit 25afbaa into f3d-app:master Dec 21, 2024
44 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.

Rework camera API
3 participants