Probably my approach is really naive
But the idea was that the red sphere should be seen through the holes.
I managed to make it work by using
shaderMaterial.alpha = 0.9999;
But I’m not sure why I need to setup it.
(btw my final intention is to see the “real world” using immersive-ar)
Thank you!