Skip to content

3D Editor: Fixed several issues with focus_aabb - #123777

Open
JekSun97 wants to merge 1 commit into
godotengine:masterfrom
JekSun97:fix-focus-aabb
Open

JekSun97 wants to merge 1 commit into
godotengine:masterfrom
JekSun97:fix-focus-aabb

Conversation

@JekSun97

@JekSun97 JekSun97 commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

Continuation and fixing issues in #123411

Fixed an issue where the camera focus was not centered at the world origin (reported by @Calinou here).

I also forgot to skip nodes that were not instances of Node3D; this caused the camera to point at an undefined location when a generic Node was selected.

Additionally, when centering the view, the camera now takes into account both visual nodes and Node3D nodes when they are selected together; previously, it focused only on visual nodes.

@JekSun97
JekSun97 requested review from a team as code owners September 24, 2026 00:09
@JekSun97 JekSun97 changed the title Fixed several issues with focus_aabb 3D Editor: Fixed several issues with focus_aabb Sep 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant