home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 16 / CD_ASCQ_16_0994.iso / news / 2555 / povhlp / agate.hlp < prev    next >
Encoding:
Text File  |  1994-07-05  |  467 b   |  13 lines

  1.     This pattern is very beautiful and similar to marble, but uses a differ-
  2.  ent turbulence function.  The turbulence keyword has no effect, and as such
  3.  it is always very turbulent.  You may control the amount of the built-in
  4.  turbulence by adding the "agate_turb" keyword followed by a float value.
  5.  For example:
  6.           pigment {
  7.              agate
  8.              agate_turb 0.5
  9.              color_map {
  10.                 ...
  11.              }
  12.           }
  13.