| AxesEdge is an option for threedimensional graphics functions that specifies on which edges of the bounding box axes should be drawn. |
In[1]:=
ae = Graphics3D[Stellate[Dodecahedron[]], Axes -> True, AxesEdge -> {{-1, -1}, {-1, 1}, {1, 1}}]; Show[ae]
In[2]:=
JavaView[ae] |