home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / gfx / fract / fractalu / formulas / waves-and-splinters.form < prev    next >
Encoding:
Text File  |  1994-05-12  |  223 b   |  31 lines

  1. Waves-And-Splinters
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 2.0
  7.         y1=-2.0
  8.         y2= 2.0
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         z=z*z
  17.         f=z+c
  18.         f=f+z
  19.         f=sin(f)
  20.         z=cos(z)
  21.         z=z*f
  22.         z=z+c
  23.         w=abs(z)
  24.     }
  25.     {
  26.         w>bailout
  27.     }
  28.     {
  29.     }
  30. }
  31.