-
Notifications
You must be signed in to change notification settings - Fork 36
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
ClipPlane GUI Widget #1192
base: master
Are you sure you want to change the base?
ClipPlane GUI Widget #1192
Conversation
…t for the clipping plane module the ImGui part is realized as parameter group widget in the GUI frontend. Callers have to send the current camera first, before they request the clip plane via the callback of the ClipPlaneCall.
/format |
Style check found formatting issues! Comment |
fix bug for "ghost" modules that appear when NotifyRunningGraph_RenameModule is called for already renamed module in GUI graph
+added own ImGui drawn plane
Style check found formatting issues! Comment |
/format |
Style check found formatting issues! Comment |
Code looks fine so far. Just found a spelling error for one of the variables: I will look at the functionality later and give it a test run. |
There are still some issues:
feature suggestion:
|
Lua project for above comments: |
Added the imguizo library to provide an interactive manipulator widget for the clipping plane module.
The ImGui part is realized as parameter group widget in the GUI frontend.
Callers have to send the current camera first, before they request the clip plane via the callback of the ClipPlaneCall.
TODO
ISSUES
FEATURES
Already contains changes of PR #1195 and #1194 ...
Summary of Changes
References and Context
Test Instructions