Mathematica > Visualization and Graphics > Graphics Options & Styling > 3D Graphics Options >

ViewRange

ViewRange
is an option for Graphics3D and related functions which specifies the range of distances from the view point to be included in displaying a three-dimensional scene.
  • The following settings can be used:
Alla range sufficient to see everything (default)
{min,max}minimum and maximum distances
  • With ViewRange->{min, max}, the 3D scene is effectively clipped by planes which are distances min and max away from the camera.
By default, the range is sufficient to include all the objects:
In[1]:=
Click for copyable input
Out[1]=
 
Specify the minimum and maximum distances from the camera to be included:
In[1]:=
Click for copyable input
Out[1]=
New in 6
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team