PolygonIntersections
 |
 |
| JavaView Snapshot |
Mathematica Snapshot |
|
|
|
| JavaView Applet |
JavaView Lite Applet |
| PolygonIntersections is an option for Graphics3D which specifies whether intersecting polygons should be left unchanged. |
In[1]:=
pi = Show[Graphics3D[{Stellate[Dodecahedron[], -0.5], Icosahedron[]}, PolygonIntersections -> False]]; Show[pi, PlotRagne-> All]
In[2]:=
JavaView[pi] |
Note, the above applets load a ZIP compressed MGS file to reduce its
download size from 6 MB to 1 MB.
|