home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
fract
/
fractalu
/
formulas
/
clawesome.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
|
1994-05-12
|
202 b
|
30 lines
Clawesome
{
{
mirrorx
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
f=z*c
f=c*f
f=sin(f)
z=z*f
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}