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

Using Viewports documentation claims that meshes below the SubViewport in the scene hierarchy will not appear to cameras in parent nodes #10269

Open
plutoscarab opened this issue Nov 15, 2024 · 0 comments
Labels

Comments

@plutoscarab
Copy link

Your Godot version:

v4.3.stable.official [77dcf97d8]

Issue description:

The following sentence about mesh visibility is SubViewport cameras is only correct if "Own World 3D" is enabled on the viewport, which is not the default.

Even though MeshB is in the scene hierarchy, it will still not be drawn to the Root Viewport. Similarly, MeshA will not be visible from the SubViewport because SubViewports only capture nodes below them in the hierarchy.

I'm seeing the subviewport-owned mesh appearing in the root scene unless I enable Own World 3D. This property should be mentioned in the documentation but I'm not sure how I'd arrange it.

URL to the documentation page:

https://docs.godotengine.org/en/stable/tutorials/rendering/viewports.html

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

No branches or pull requests

1 participant