Reflector failing for multiple overlapping transparent planes

If you look at my code example, when rotating the grass reflections become opaque when they overlap, also some change to transparent on low camera angle…
Is there any way to solve that?

Can you try setting alphaTest: 0.5 on the grass sprite material?

1 Like

Thank you, that seems to solve it…
I updated my codepen with the solution.

1 Like