home *** CD-ROM | disk | FTP | other *** search
/ Inside Multimedia 1995 December / IMM1295.ISO / share / grafik / povhelp / diffuse.hlp < prev    next >
Text File  |  1994-07-06  |  521b  |  9 lines

  1.     POV-Ray and most other ray tracers can only simulate directly, one of
  2.  these three types of illumination.  That is the light which comes directly
  3.  from the light source which diffuses in all directions.  The keyword 'dif-
  4.  fuse' is used in a finish statement to control how much light of this direct
  5.  light is reflected via diffuse reflection.  For example:
  6.        finish { diffuse 0.7 }
  7.  means that 70% of the light seen comes from direct illumination from light
  8.  sources.  The default value is diffuse 0.6.
  9.