Hey! Suppose I'm trying to reduce the polycount on a mesh that will partially be obscured by another mesh:
Ideally, I would just make a box selection and only the visible faces would be selected, I'd invert my selection, and delete the faces that are behind the second mesh:
However, when I enter the wireframe view, I see that even the faces behind the other mesh were selected:
How do I select only the faces that are directly in sight, and not any faces that are hidden behind the other mesh?