You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a VisualInstance3D is not in any of a ReflectionProbe's cull layers, the probe has no effect on it.
What is supposed to happen is that the visual instance doesn't appear in the probe's reflection, but it is still effected by the probe, both showing its reflections and ambient light settings. This is what happens in 3.x and the forward mobile renderer.
The ball on the left is inside the probe's cull layers, the ball on the right is not. It's even more noticeable with a metallic material.
Steps to reproduce
Add a reflection probe to a scene with some other nodes
Remove a layer from its cull layers
Remove some nodes in the scene from the same render layer
I didn't see that PR or its linked issue while searching. Probably because the title makes it sound like a feature proposal instead of a bug. The description even more so.
So I guess this is technically a duplicate of #50195 but I'm going to leave it open because I think this is a much better description of the bug.
Its much better for us to have one issue per bug so that everything can be tracked in one place.
I'm aware, I was suggesting to close the other issue instead. It describes a bugfix as a feature proposal and its title doesn't make sense, the latter being why I didn't see it when I searched to check if the bug was already reported.
If you're not going to do that, then at least the other issue should be edited.
Godot version
v4.0.beta.custom_build [f74491f]
System information
Linux (Fedora 36)
Issue description
If a VisualInstance3D is not in any of a ReflectionProbe's cull layers, the probe has no effect on it.
What is supposed to happen is that the visual instance doesn't appear in the probe's reflection, but it is still effected by the probe, both showing its reflections and ambient light settings. This is what happens in 3.x and the forward mobile renderer.
The ball on the left is inside the probe's cull layers, the ball on the right is not. It's even more noticeable with a metallic material.
Steps to reproduce
Minimal reproduction project
RefProbMasks.zip
Same scene from the image.
The text was updated successfully, but these errors were encountered: