Separate 3D camera to subviewport, added environment settings from 4.4 - #158
Open
the-furry-hubofeverything wants to merge 2 commits into
Open
Separate 3D camera to subviewport, added environment settings from 4.4#158the-furry-hubofeverything wants to merge 2 commits into
the-furry-hubofeverything wants to merge 2 commits into
Conversation
Contributor
Author
the-furry-hubofeverything
force-pushed
the
main
branch
from
March 1, 2026 20:47
876350e to
6e4a4fe
Compare
Contributor
Author
|
Oh oops updated submodule by accident one sec |
the-furry-hubofeverything
force-pushed
the
main
branch
from
March 1, 2026 20:52
6e4a4fe to
e14d31e
Compare
Contributor
Author
|
There we go! |
Contributor
Author
|
This needs testing of different environments. Please feel free to try this out, especially on Mac and windows |
the-furry-hubofeverything
force-pushed
the
main
branch
from
March 16, 2026 18:17
e14d31e to
c013557
Compare
Contributor
|
Tested on windows, x11 xfce, wayland plasma and sway. Seems to work as advertised. However, it breaks the Anaglyph3d mod that's bundled with snekstudio, which needs the CameraBoom and can't find it because it's been moved. |
Contributor
Author
Mods updated to work with the new structure! |
Contributor
|
@ExpiredPopsicle I tested and don't see anything amiss! |
Allows setting environment and camera settings without affecting UI elements. Fixes ExpiredPopsicle#139
the-furry-hubofeverything
force-pushed
the
main
branch
from
April 7, 2026 11:39
6a1c910 to
ad21edf
Compare
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.


Had some issues with draw order.
Changing the WorldEnvironment meant also changing the UI environment settings, like tonemap and exposure. To seperate the background colour from the tonemap changes, a subviewport is used.
This might have a performance impact, but I think the ability to customize the 3d environment is worth it. Lmk if there's a better way.
Closes #139