Skip to content

Fix blending of Gaussians with external objects #189

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AdrianTheFrog
Copy link

Removes the dark band around Gaussian Splat models against other objects.
Tested in Built-In render pipeline, URP, and HDRP.
Screenshot from 2025-07-15 11-04-33
Screenshot from 2025-07-15 11-06-46

The opacity around the edges can also be increased (without darkening edges) by changing
return float4(GammaToLinearSpace(col.rgb/col.a),col.a);
to
return float4(GammaToLinearSpace(col.rgb/col.a),saturate(col.a*1.5));
but I'm unsure exactly what the purpose of this was before.

@wells2kb
Copy link

It is impossible to make skyboxes look good without this. Hope this gets merged :)

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.

2 participants