-
-
Notifications
You must be signed in to change notification settings - Fork 22k
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
Vulkan Forward+: Visual glitch appears in the radiance map at sizes higher or lower than the default #76166
Comments
I can confirm this when using the Forward+ rendering method. This does not occur when using the Mobile rendering method. The sky shader fails to load when using the Compatibility rendering method. It looks like something isn't being resized relative to the default radiance map size (256), so the square appears too large or too small depending on the chosen radiance map size. That said, the sky shader renders incorrectly for me in the MRP (4.0.2, GeForce RTX 4090 with NVIDIA 530.41.03):1 Can you reproduce this when using the default PhysicalSkyMaterial? Footnotes
|
Looks like the issue is only present when the update mode is set to "Automatic". When selecting a specific mode the issue goes away. So this issue likely comes from the situation where the "Automatic" update mode selects "Realtime" internally. When using the "Realtime" update mode the radiance size has to be 256 when we check that, we should also check if the update mode is set to "Automatic" and realtime is being used internally. |
I have been informed of this problem with the my sky shader on new video cards. This is what noise looks like on my nvidia 1050. This is what noise looks like on Nvidia video cards of the new series. This is a separate big story. |
Godot version
4.02 stable
System information
windows 11, GTX 1050, forward+
Issue description
When I change the size of the radial size strange artifacts occur. If at a size of 256 the picture is expected, then at a smaller size for some reason the cubic nature of the picture becomes visible, and at a larger size incomprehensible darkened areas appear.






radial size = 32: Strange Cubic structure;
radial size = 64: Strange Cubic structure;
radial size = 128: Strange Cubic structure;
radial size = 256: Awesome picture;
radial size = 512: Strange light windows;
radial size = 1024: Strange light windows;
Steps to reproduce
Just change radial size in sky settings;
Minimal reproduction project
sky.zip
The text was updated successfully, but these errors were encountered: