Hello everyone, hope you are all doing great.
Congrats on the launch of BJS 6.0, crazy to see all the new cool stuff you added!
I have a question concerning rendering orders using planes. I know from this documentation content that it is advised to avoid using big planes which makes it difficult to determine the right depth sorting.
Unfortunately, I must use big planes for my use case and I encounter this issue. Is there any way to solve this issue? I tried many things including all the things from the above link but didn’t find anything working.
Here is a playground where the text appears/disappears while moving the camera in order to test a potential solution: https://playground.babylonjs.com/#4LYMKY#6
I used shaders in this playground to be closer to my use case.
Thanks a lot for your help!