I’ve noticed that setting my camera maxZ value to some very large number (eg. 1e10) causes mesh picking to stop working. Here is an example in the playground, you’ll notice that the picking doesn’t work due to the high maxZ, however if you change the camera.maxZ to 1e5 the picking works again.
Is it possible to use a large camera.maxZ whilst retaining picking functionality?