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
It looks like there's a depth clear issue (?) when using a scene background together with EffectComposer when transmissive objects are rendered.
The result is that only the background is visible in transmission, not the scene content. Sometimes parts of the scene content are visible but then "disappear" (thus my assumption that this is related to some depth buffer not being cleared correctly).
The PR #28434 fixed an issue in context of color spaces in r165. #28447 tried to optimized the code but introudced this regression. I'll revert the PR.
Description
It looks like there's a depth clear issue (?) when using a scene background together with EffectComposer when transmissive objects are rendered.
The result is that only the background is visible in transmission, not the scene content. Sometimes parts of the scene content are visible but then "disappear" (thus my assumption that this is related to some depth buffer not being cleared correctly).
Reproduction steps
.
.
So this combination breaks:
Code
See https://jsfiddle.net/0zLhsk3u/103/
Live example
https://jsfiddle.net/0zLhsk3u/103/
Version
r167dev
The text was updated successfully, but these errors were encountered: