Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team