Clipping planes
 
 
 

Near and far clipping planes are imaginary planes located at two particular distances from the camera along the camera’s sight line. Only objects between a camera’s two clipping planes are rendered in that camera’s view. Any parts of objects in the scene closer to the camera than the near clipping plane, or farther from the camera than the far clipping plane, are not rendered.

If part of an object is in front of the near clipping plane, then only the part of the object beyond the near clipping plane is rendered. If part of an object is beyond the far clipping plane, the entire object is rendered, including the part beyond the far clipping plane.

A completely opaque object which is behind the far clipping plane is clipped. If that object’s transparency is greater than 0, the part behind the far clipping plane is clipped.

NoteFor Maya software rendering, if refractions are toggled on, an object that intersects the far clipping plane is not clipped regardless of the transparency value.