The camera frustum is determined by six clipping planes: the left, right, top, bottom, near, and far clipping planes. The depth of the frustum is affected by the near and far clipping planes. The values for these channels are expressed in units relative to the position of the camera eye.
To move the clipping planes:
The value in the Near field corresponds to the position of the near clipping plane. The default value is 1. Any object between the camera eye and the near clipping plane is outside the camera frustum and does not get processed in the final result.
The value in the Far field corresponds to the position of the far clipping plane. The default value is 10000. Any object positioned behind the far clipping plane is outside the camera frustum and does not get processed in the final result.