BoxRatios.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
BoxRatios is an option for Graphics3D and SurfaceGraphics which gives the ratios of side lengths for the bounding box of the three�dimensional picture. | In[1]:=
br = Graphics3D[Stellate[Dodecahedron[]], BoxRatios -> {1., 2., 1.4}]; Show[br] In[2]:= JavaView[br] |