Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Visualization and Graphics > Graphics Options & Styling > 3D Graphics Options >

Glow

Glow[col]
is a graphics directive which specifies that surfaces of 3D graphics objects which follow are to be taken to glow with color col.
Glow[]
specifies that there is no glow.
  • Glow is added to diffuse and specular reflection components to determine the final rendered color of a surface.
  • Glow is a color component independent of simulated illumination.
  • A surface can be specified as having an absolute color col by giving the combination of directives Glow[col], Black and Specularity[0].
Cylinder that glows red, but has a black surface that reflects no light:
Cylinder that glows red, but has a black surface that reflects no light:
In[1]:=
Click for copyable input
Out[1]=
Glow gives overall surface color that is independent of any Lighting:
Other surface colors still interact with lighting even if Glow is given:
Use a pure color function with no lighting interaction:
Use a color function based on the phase of a complex function:
With Glow, objects can look flat if edges are not drawn:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team