AspectRatio.
The AspectRatio option is not supported in JavaView.JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
AspectRatio allows to scale the display in x and y direction, after the image is computed. | In[1]:=
ar = Graphics3D[Stellate[Dodecahedron[]], AspectRatio -> 0.5] Show[ar] In[2]:= JavaView[ar] |