home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / sci / fractals / 650 < prev    next >
Encoding:
Text File  |  1993-01-28  |  956 b   |  30 lines

  1. Newsgroups: sci.fractals
  2. Path: sparky!uunet!think.com!spool.mu.edu!torn!spartan.ac.BrockU.CA!dboese
  3. From: dboese@spartan.ac.BrockU.CA (Darcy Boese)
  4. Subject: Scientific American
  5. Message-ID: <1993Jan28.160608.10467@spartan.ac.BrockU.CA>
  6. Organization: Brock University, St. Catharines Ontario
  7. X-Newsreader: Tin 1.1 PL4
  8. Date: Thu, 28 Jan 1993 16:06:08 GMT
  9. Lines: 19
  10.  
  11. [ Article crossposted from bit.listserv.frac-l ]
  12. [ Author was Darcy Boese ]
  13. [ Posted on Thu, 28 Jan 1993 16:05:09 GMT ]
  14.  
  15. After a lot of messing around, I discovered that using |x| is not the same
  16. as abs(x) in Fractint formula files.  In any case, I finally managed to get
  17. a Fractint formula for the fuzzy logic image from the February 1993 issue
  18. of Scientific American:
  19.  
  20. -----CUT HERE-----
  21. fuzzy {
  22. a=real(pixel), b=imag(pixel):
  23. x=1-abs(a-b), y=1-abs(b-1+a), a=x, b=y, sqr(abs(a*a)+abs(b*b))<=p1
  24. }
  25. -----CUT HERE-----
  26.  
  27. To center this on your screen use the command corners=-2/3/2.5/-1.5
  28.  
  29. Enjoy!
  30.