AmbientLight
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
AmbientLight is an option for Graphics3D and related functions that gives the level of simulated ambient illumination in a threedimensional picture. | In[1]:=
al = Graphics3D[Stellate[Dodecahedron[]],
AmbientLight -> RGBColor[0., 0.3, 0.]]; Show[al] In[2]:= JavaView[al] |