Two polygons.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
Two polygons, one of them has green surface color. | In[1]:=
wedge = Graphics3D[{Polygon[{{0, 0, 0}, {0, 1, 0}, {0, 1, 1}, {0, 0, 1}}],
{SurfaceColor[RGBColor[0, 1, 0]], Polygon[{{0, 0, 0}, {1, 0, 0}, {1, 1, 0}, {0, 1, 0}}]}}]; In[2]:= JavaView[wedge] |