I need to make a visual shader material that would turn partially transparent (ie lower the alpha) when the mesh is between the player and the camera. I can get the camera position, and I can do the calculations ("if object is between player's position and camera position, lower alpha") -- how do I pass in the player's position?