Thanks for the repro file! I’m going to kill that Region3 check around the camera that is causing this. It’s detecting any block whose AABB touches the camera and making it invisible, without making sure it’s actually in the way. I’ll need to rethink how to fix the original problem this extra check was meant to solve, but it’s such a fringe case that it makes sense to just remove the broken current check. Thanks!