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

Skybox leaks through ReflectionProbe reflections #69100

Closed
Jamsers opened this issue Nov 24, 2022 · 2 comments
Closed

Skybox leaks through ReflectionProbe reflections #69100

Jamsers opened this issue Nov 24, 2022 · 2 comments

Comments

@Jamsers
Copy link

Jamsers commented Nov 24, 2022

Godot version

3.5.1.stable.official

System information

Windows 11 22H2, GTX 1650 Mobile, NVIDIA Driver 526.98, GLES3

Issue description

The skybox seems to leak through the reflection applied by ReflectionProbe on objects. I'd expect that a roof would completely block out the sun and the sky for example, instead of the reflection being a kind of "blend" between the two.

Reflection1_Godot
Reflection1_Unity

(The projects pictured above can be found at GodotLightingTest and UnityLightingTest.)

Steps to reproduce

Set up a scene with a bright skybox.
Create a reflective surface facing up.
Put a "roof" on top of this reflective surface, to block the light and reflections from up top.
Add a ReflectionProbe affecting the reflective surface.
Move the ReflectionProbe's origin to somewhere between the surface and its "roof".
Check the reflections and notice that the skybox color seems to bleed through the reflection. At certain angles, you can even see the sun poking through the reflections.

Minimal reproduction project

GodotReflectionIssue.zip

@BraqueDown
Copy link

See godotengine/godot-proposals#3013,
and #61416.

@Calinou
Copy link
Member

Calinou commented Nov 24, 2022

Duplicate of godotengine/godot-proposals#3013.

@Calinou Calinou closed this as completed Nov 24, 2022
@Calinou Calinou closed this as not planned Won't fix, can't repro, duplicate, stale Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants