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

ClipPlane GUI Widget #1192

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Commits on May 24, 2023

  1. added the imguizo library to provide an interactive manipulator widge…

    …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.
    braunms committed May 24, 2023
    Configuration menu
    Copy the full SHA
    4fc742a View commit details
    Browse the repository at this point in the history
  2. Format fix.

    MegaMol-Bot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2af756b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    5d4900f View commit details
    Browse the repository at this point in the history
  2. prevent that there are two gui queue events for same module

    fix bug for "ghost" modules that appear when NotifyRunningGraph_RenameModule is called for already renamed module in GUI graph
    braunms committed May 31, 2023
    Configuration menu
    Copy the full SHA
    34a7415 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    22e5640 View commit details
    Browse the repository at this point in the history
  2. widget and module parameter interaction almost works

    +added own ImGui drawn plane
    braunms committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    debaae0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    2be7e42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c26ef5 View commit details
    Browse the repository at this point in the history
  3. Format fix.

    MegaMol-Bot committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    fc89656 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87e2921 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    f49c73f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a69e7a View commit details
    Browse the repository at this point in the history
  3. format

    braunms committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    16e25c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. fixed typo

    braunms committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3405edd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    bceaaaf View commit details
    Browse the repository at this point in the history