FaceGrids.
Partially supported. Grids on the bounding cube are available in the axes inspector and must be switched on manually.JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
FaceGrids is an option for three�dimensional graphics functions that specifies grid lines to draw on the faces of the bounding box. | In[1]:=
fg = Graphics3D[Stellate[Dodecahedron[]], FaceGrids -> {{-1, 0, 0}, {1, 0, 0}}]; Show[fg] In[2]:= JavaView[fg] |