I want to create an invisible object in Babylon.js that, while not visible itself, still occludes other objects behind it. So if I aim a camera at a plane, and a sphere goes behind it it should be occluded like normal, if sphere comes back in front the sphere should be not occluded
I’ve tried a few different things but nothing has worked so far.