home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
fract
/
fractalu
/
formulas
/
mandelwindow.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-06
|
346 b
|
48 lines
MandelWindow
{
{
x1=-2.5
x2= 2.5
y1=-2.0
y2= 2.0
bailout=4.0
}
{
z=pixel
c=pixel
t=pixel
}
{
z=z*z
z=z+c
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
c=c*c
c=c+t
w=abs(z)
}
{
w>bailout
}
{
}
}