I am having problems with screen space rects.
This is in 3D.
I am changing world space points into screen space points then making a rect from min / max screen points.
The problem I have is when point z is zero or z is less than one.
I have problems with half the rect going behind the camera.
What do I do when points are behind the camera?
How do I handle this?