home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
fract
/
fractalu
/
formulas
/
mandel.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-02-28
|
166 b
|
26 lines
Mandel
{
{
mirrorx
x1=-2.0
x2= 1.3
y1=-1.35
y2= 1.35
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}