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

[Editor] Improve Cameracontrol in Editor #1879

Merged
merged 14 commits into from Oct 7, 2023

Commits on Sep 18, 2023

  1. [Editor] Allow panning while Alt-Keys are beeing pressed

    * Change: Remove check for altIsDown
    SVNMLR committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    214298c View commit details
    Browse the repository at this point in the history
  2. [Editor] Change movement speed with MouseWheel

    * Change: Use Mousewheel during movement to control the movement speed of the camera
    SVNMLR committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f25345b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0053680 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    5db57b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13fa4ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc4c66a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2103278 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. [Editor] Fix camera panning speed

    * Change: Do not use basespeed multiplier, to be independent from current movement speed multiplier
    SVNMLR committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9f0780a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    5ac5090 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cfc277 View commit details
    Browse the repository at this point in the history
  3. [Editor] Improve Comments

    SVNMLR committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    37d5a2f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. [Editor] Improve speed calc, speedsteps & UI-layout

    * Change: Calculate panningspeed by multiplication & predefine the factor
    * Change: Add more speed increments
    * Change: Improve Layout in Sceneview -> Camerasettings (add display of current speed-value and extended sliderbar size, due to more increments)
    SVNMLR committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    193324a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f9f468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36e3835 View commit details
    Browse the repository at this point in the history