New in Wolfram Mathematica 6: Real-Time 3D Graphics | ◄ previous | next ► |
Full Support for Opacity
Mathematica 6 fully supports opacity in all 2D and 3D graphics.
In[1]:= | Graphics3D[ Table[{Hue[RandomReal[]], Opacity[RandomReal[]], Specularity[White, 20], Sphere[RandomReal[6, 3]]}, {50}]] |
Out[1]= |