front clipping plane prevents things behind the camera being projected into the frame. back clipping plane is required by the discretization of the z value, and also prevents doing unnecessary work rendering things very far away.
front clipping plane prevents things behind the camera being projected into the frame. back clipping plane is required by the discretization of the z value, and also prevents doing unnecessary work rendering things very far away.