In computer graphics, draw distance (sometimes called render or view distance) is the maximum distance of objects in a three-dimensional scene that the rendering engine will draw. Polygons that lie beyond the draw distance will not be drawn on the screen.
Draw distance requires a limit because a processor that's expected to render objects to an infinite distance would slow the application to an unacceptable speed because of the computing power it uses.