| New in Wolfram Mathematica 6: Extended Graphics Language | ◄ previous | next ► |
General Support for Transparency in 2D & 3D
Mathematica 6 allows any level of transparency in 2D and 3D.
In[1]:= | Table[Graphics3D[{Opacity[1 - o],
PolyhedronData["GreatRhombicosidodecahedron", "Faces"]}], {o, 0, 1,
1/5}] |
Out[1]= ![]() | ![]() |



