[Editor] Improve Cameracontrol in Editor by SVNMLR · Pull Request #1879 · stride3d/stride (original) (raw)
PR Details
- New: Add possibility to change Camera movement speed while pressing RMB (Scroll Mousewheel Up/Down)
- Change: Add more gradations in subdivisions of different movement speeds (not linear)
- Change: Improve UI Layout for Cameraspeed Settings in Sceneview and show the current used value
- Change: Improve panning speed calculation base on current movement speed
- Change: Enable panning while "Alt"-Key is beeing pressed
Needs a mention in the Documentation for the new Navigation Controls?!
-> While pressing RMB it is possible to change the movement speed using the Mousewheel.
Related Issue
Motivation and Context
At the moment it is not possible to change the movement speed of the Scenecamera while navigation around.
To not have to open the camera menu everytime and dragging the slider to the required movement speed, it is now possible to change it "on the fly" by using the RMB and Scrollwheel while moving around.
It can be annoying beeing blocked on panning by holding "Alt"-Key pressed.
For example if just pressed "F"-Key to focus on an object and than not beeing able to pan quickly afterwards, until "Alt"-Key was released.
Types of changes
- Docs change / refactoring / dependency upgrade
- Bug fix (non-breaking change which fixes an issue)
- New feature (non-breaking change which adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- My change requires a change to the documentation.
- I have added tests to cover my changes.
- All new and existing tests passed.