Fix Volumetric Nebula Bugs and Add Smoothing#6854
Merged
Merged
Conversation
wookieejedi
approved these changes
Jul 23, 2025
wookieejedi
left a comment
Member
There was a problem hiding this comment.
Very nice update and looks straight forward!
JohnAFernandez
approved these changes
Jul 24, 2025
Goober5000
added a commit
to Goober5000/fs2open.github.com
that referenced
this pull request
Jul 25, 2025
FRED support for the smoothing field added in scp-fs2open#6854.
Goober5000
added a commit
to Goober5000/fs2open.github.com
that referenced
this pull request
Jul 26, 2025
FRED support for the smoothing field added in scp-fs2open#6854.
BMagnu
pushed a commit
that referenced
this pull request
Jul 26, 2025
FRED support for the smoothing field added in #6854.
Kestrellius
pushed a commit
to Kestrellius/fs2open.github.com
that referenced
this pull request
Jul 26, 2025
* Fix 3d tex generation * Fix blending and emissive * Add Smoothing * Add smoothing parameter * Correctly calculate fractional smoothing
Kestrellius
pushed a commit
to Kestrellius/fs2open.github.com
that referenced
this pull request
Jul 26, 2025
FRED support for the smoothing field added in scp-fs2open#6854.
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.
This fixes three bugs in volumetrics:
Furthermore, if I'm already touching the oversampling logic, I can also add index-shift logic that allows for smoothing the volume texture rendered from the POF, which allows to have volumetric nebula with less hard edges.
To illustrate this, three screenshots.
While I have added missionsave code for the smoothing property, I currently do not have a machine with VS installed or a compiler setup that would be able to build or test FRED, as such, the new property cannot yet be set through the GUI, but it should persist if added in a text editor.