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

Implement a zoom and pan gizmo for the 3d editor #93662

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 20, 2024

  1. Implement a zoom and pan gizmo for the 3d editor

    This implementation features the addition of 2 new gizmos on the 3D
    editor view on the top right. These 2 gizmos that can be dragged on
    either with a mouse or touch to either zoom in or out (for the first
    gizmo) or pan the camera vertically or horizontally (for the second
    gizmo) depending on the direction of the drag. These can be enabled and
    disabled in the Editor Settings in the tab Editors/3D/Navigation.
    
    Co-authored-by: Guilherme Luis Rogão Viana <[email protected]>
    BaconLord and EchoesOfTheEye committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c61b232 View commit details
    Browse the repository at this point in the history