FaceForm
Usage
Notes
Further Examples
The direction of the faces is determined by the order of the vertices in the specification of each polygon.
In[1]:=
|
Out[1]=
|
We load the package that contains definitions for polyhedra and show two graphics for comparison.
In[2]:=
|
The FaceForm directive will color the front (outside) of each polygon light gray and the back (inside) face dark gray.
In[3]:=
|
This reverses the order of the vertices of all the polygons.
In[4]:=
|
|