home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2555 / povhlp / phong.hlp < prev    next >
Encoding:
Text File  |  1994-07-06  |  1.1 KB  |  26 lines

  1.     The 'phong' keyword controls the amount of Phong highlighting on the
  2.  object.  It causes bright shiny spots on the object that are the color of
  3.  the light source being reflected.
  4.  
  5.     The Phong method measures the average of the facets facing in the mirror
  6.  direction from the light sources to the viewer.
  7.  
  8.     Phong's value is typically from 0.0 to 1.0, where 1.0 causes complete
  9.  saturation to the light source's color at the brightest area (center) of the
  10.  highlight.  The default phong 0.0 gives no highlight.
  11.  
  12.     The size of the highlight spot is defined by the phong_size value.  The
  13.  larger the phong_size, the tighter or smaller, the highlight and the shinier
  14.  the appearance.  The smaller the phong_size, the looser, or larger, the
  15.  highlight and the less glossy the appearance.
  16.  
  17.     Typical values range from 1.0 (Very Dull) to 250 (Highly Polished) though
  18.  any values may be used.  Default phong_size is 40 (plastic) if phong_size is
  19.  not specified.  For example:
  20.        finish {
  21.           phong 0.9
  22.           phong_size 60
  23.        }
  24.  
  25.     If 'phong' is not specified then 'phong_size' has no effect.
  26.