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

Upgrade vr-imgui #64

Merged
merged 6 commits into from
Sep 12, 2022
Merged

Upgrade vr-imgui #64

merged 6 commits into from
Sep 12, 2022

Conversation

kmilo9999
Copy link
Contributor

@kmilo9999 kmilo9999 commented Aug 10, 2022

This PR includes linking against the new vr-imgui that supports the latest imgui and the upgrading in transfer function widget.
Closes #49 and #48

Copy link
Member

@RobertGemmaJr RobertGemmaJr left a comment

Choose a reason for hiding this comment

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

There seems to be a lot more going on here than just updating a version? Is this all for compatibility reasons?

Comment on lines +25 to +33
if (x < min)
{
return min;
}
if (x > max)
{
return max;
}
return x;
Copy link
Member

Choose a reason for hiding this comment

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

Are you adding any extra functionality here? It's a little hard to tell in GitHub, just want to make sure you're not merging any changes you don't mean to

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. Kind of new functionality. Updating imgui also implies upgrading the code in the transfer function widgets.

libs/UIHelpers/transfer_function_widget.cpp Show resolved Hide resolved
@kmilo9999 kmilo9999 self-assigned this Sep 6, 2022
@kmilo9999
Copy link
Contributor Author

@RobertGemmaJr Sorry to be so late on this PR. Could you give it a new review?

Copy link
Member

@RobertGemmaJr RobertGemmaJr left a comment

Choose a reason for hiding this comment

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

Looks like the only changes since last time were or CMake. Looks great!

@kmilo9999 kmilo9999 merged commit 24b1ce5 into master Sep 12, 2022
@kmilo9999 kmilo9999 deleted the upgrade-imgui branch September 12, 2022 17:12
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.

Go up on transfer function widget
2 participants