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
I'm trying to render 2 planes using stencils. Somehow the green plane is not masking the red plane properly when rendering with the EffectComposer and is causing to tearing around the mask, see the attached gifs:
I'm trying to render 2 planes using stencils. Somehow the green plane is not masking the red plane properly when rendering with the EffectComposer and is causing to tearing around the mask, see the attached gifs:
To reproduce
Here's a stackblitz link: https://stackblitz.com/edit/vitejs-vite-6fxjcx
In the demo I'm using 2 planes:
A green plane
A red plane getting masked by the green plane using
THREE.EqualStencilFunc
Library versions used
Desktop
The text was updated successfully, but these errors were encountered: