ShadowPlot.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
ShadowPosition determines whether shadow is above or below. | In[1]:=
<<Graphics`Graphics3D` In[2]:= st = ShadowPlot3D[Exp[-(x^2 + y^2)], {x, -2, 2}, {y, -2, 2}, ShadowPosition -> 1] In[3]:= JavaView[st] |