Backface Culling

Delete faces that are not visible from the camera’s position. This is done purely by the camera’s location, so faces that are technically not in view of the camera but are facing the camera are not deleted. If you want to delete everything not in view of the camera, use View Culling instead.