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

Conversation

BaconLord
Copy link

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.

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]>
@AThousandShips
Copy link
Member

You need a rebase, you're very far behind on your branch

@seppoday
Copy link

Some kind of screenshot would be nice for discussion.

@BaconLord
Copy link
Author

Some kind of screenshot would be nice for discussion.

Sure, should I send it in this conversation?

@fire
Copy link
Member

fire commented Jun 27, 2024

Can you write a proposal? Typically you would attach the screenshot either in the proposal or in the pull request.

https://docs.godotengine.org/en/stable/contributing/workflow/pr_workflow.html

https://github.com/godotengine/godot-proposals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants