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

Scene graph integration #991

Merged
merged 54 commits into from
May 29, 2024
Merged

Scene graph integration #991

merged 54 commits into from
May 29, 2024

Conversation

nashmit
Copy link
Contributor

@nashmit nashmit commented May 16, 2024

A clear split between updating and drawing each object based on the interface.

nashmit and others added 30 commits May 7, 2024 15:48
…nalytical form. Apply global transformation to analytical plan equation.
Copy link

codecov bot commented May 16, 2024

Codecov Report

Attention: Patch coverage is 95.13514% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 89.53%. Comparing base (95189d2) to head (b356e99).
Report is 1 commits behind head on main.

Files Patch % Lines
gui/widgets/qopenglmousetracker.cpp 87.50% 7 Missing ⚠️
gui/rendering/Node.cpp 97.18% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #991      +/-   ##
==========================================
+ Coverage   88.99%   89.53%   +0.54%     
==========================================
  Files         144      144              
  Lines       14469    14520      +51     
==========================================
+ Hits        12876    13001     +125     
+ Misses       1593     1519      -74     
Flag Coverage Δ
cli 22.09% <0.00%> (-0.08%) ⬇️
core 49.11% <0.00%> (-0.18%) ⬇️
gui 70.83% <95.13%> (+0.61%) ⬆️
mainwindow 40.98% <20.65%> (+0.30%) ⬆️
sme 28.05% <0.00%> (-0.10%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

gui/rendering/Config.h Outdated Show resolved Hide resolved
gui/rendering/Node.cpp Outdated Show resolved Hide resolved
@nashmit nashmit requested a review from lkeegan May 27, 2024 12:57
Copy link
Member

@lkeegan lkeegan left a comment

Choose a reason for hiding this comment

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

Thanks - just a few minor comments - let me know when the complete PR is ready for review

gui/rendering/Camera.hpp Outdated Show resolved Hide resolved
gui/rendering/Node.hpp Outdated Show resolved Hide resolved
gui/widgets/qopenglmousetracker.cpp Outdated Show resolved Hide resolved
@nashmit nashmit requested a review from lkeegan May 28, 2024 21:59
@nashmit nashmit self-assigned this May 28, 2024
Copy link
Member

@lkeegan lkeegan left a comment

Choose a reason for hiding this comment

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

QOpenGLMouseTracker has a number of functions that aren't used, but I guess they will be in the future?

gui/rendering/Node.hpp Outdated Show resolved Hide resolved
gui/rendering/Node.hpp Show resolved Hide resolved
gui/rendering/Node.hpp Outdated Show resolved Hide resolved
gui/rendering/Node.hpp Outdated Show resolved Hide resolved
gui/rendering/Node.hpp Outdated Show resolved Hide resolved
gui/rendering/Node.hpp Outdated Show resolved Hide resolved
gui/rendering/Node.cpp Outdated Show resolved Hide resolved
gui/rendering/WireframeObjects.hpp Outdated Show resolved Hide resolved
@nashmit
Copy link
Contributor Author

nashmit commented May 29, 2024

QOpenGLMouseTracker has a number of functions that aren't used, but I guess they will be in the future?

Yes. If not, I will delete them.

@nashmit nashmit requested a review from lkeegan May 29, 2024 13:42
Copy link
Member

@lkeegan lkeegan left a comment

Choose a reason for hiding this comment

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

thanks lgtm

Copy link

sonarcloud bot commented May 29, 2024

@nashmit nashmit merged commit 1cc6177 into main May 29, 2024
19 checks passed
@nashmit nashmit deleted the scene_graph_split_update_draw branch May 29, 2024 14:24
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.

A clear split between updating and drawing each object based on the interface
2 participants