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

Increase the default camera Z-far distance for better editor usability #853

Closed
ghost opened this issue May 18, 2020 · 4 comments · Fixed by godotengine/godot#33207
Closed
Milestone

Comments

@ghost
Copy link

ghost commented May 18, 2020

Describe the project you are working on:

any 3d project

Describe the problem or limitation you are having in your project:

it's a very bad workflow when the gizmos (including the grid) disappear when you zoom a bit far away (i know you can change the view settings to make the distance higher but i still believe that no matter what the gizmos should never disappear)

Describe the feature / enhancement and how it helps to overcome the problem or limitation:

the gizmos should never disappear when you zoom away even so far and that helps making working on games feel way better and more professional

Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:

i don't know

If this enhancement will not be used often, can it be worked around with a few lines of script?:

no

Is there a reason why this should be core and not an add-on in the asset library?:

because it must come by default and i don't know if that's even possible by an asset library

@TheFlamyy
Copy link

From my experience with 3d software (e.g. Blender) this is almost always the case. It could be that your models are too big. Because when working on my projects I never have issues with the gizmos disappearing

@ghost
Copy link
Author

ghost commented May 19, 2020

From my experience with 3d software (e.g. Blender) this is almost always the case. It could be that your models are too big. Because when working on my projects I never have issues with the gizmos disappearing

zoom out a bit far and gizmos will disappear (ik it's not that important of a fix but it actually is for many of us)

@Calinou
Copy link
Member

Calinou commented May 19, 2020

This will be solved by godotengine/godot#33207 if it's merged. You can still apply this change manually in the 3D editor's View menu.

(i know you can change the view settings to make the distance higher but i still believe that no matter what the gizmos should never disappear)

Unfortunately, this is not technically possible (not if you want gizmos to interact with the rest of the 3D world, at least). Gizmos are part of the 3D viewport, which uses a single far clip plane for everything.

@Calinou Calinou changed the title Gizmos and models disappearing when zooming a bit far away Increase the default camera Z-far distance for bettere editor usability May 30, 2020
@Calinou Calinou changed the title Increase the default camera Z-far distance for bettere editor usability Increase the default camera Z-far distance for better editor usability May 30, 2020
@aaronfranke
Copy link
Member

Eventually we could add support for multiple cameras per viewport which would allow us to have arbitrarily large clipping planes by using multiple cameras. Perhaps this would be enabled by default for the editor camera for maximum usability out of the box.

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

Successfully merging a pull request may close this issue.

4 participants