| ViewVertical is an option for Graphics3D and SurfaceGraphics which specifies what direction in scaled coordinates should be vertical in the final image. |
In[1]:=
vv = Graphics3D[Stellate[Dodecahedron[]], ViewVertical -> {1., 1., 1.}]; Show[vv]
In[2]:=
JavaView[vv]
|