Make it possible to focus hidden nodes#230
Open
WeirdRubberDuck wants to merge 1 commit into
Open
Conversation
Allows focusing e.g. solar system barycenter. Useful for debugging
Collaborator
Author
|
Let me know if you don't think this setting is a good idea. I'm a bit unsure but was also frustrated by not being able to focus on these nodes (to e.g. add debug axes easily to a reference frame) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a setting that allows focusing hidden nodes, like the solar system barycenter. Useful for debugging, especially now that the fly-to option no longer appears in the scene menu for things that are not focusable.
Before this change, there was no way to focus on these scene graph nodes to e.g. investigate where in space they are located, without adding another node that is rendered on that spot or changing the settings for the asset.
I also added a new component to render paragraphs of text consistently. We do this in quite a few places when the translation file includes a list of texts
Note that to see the hidden objects, the show non-focusable mostly also needs to be set as the hidden nodes are not marked as focusable
