home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
gfx
/
fract
/
fractalu
/
formulas
/
ray.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
|
214 b
|
30 lines
Ray
{
{
mirrorx
x1=-5.0
x2= 5.0
y1=-5.0
y2= 5.0
bailout=2.0
}
{
c=pixel
z=pixel
}
{
z=z*z
g=z*c
f=log(z)
h=pow([2.0,0.0],g)
z=pow(h,f)
z=z+c
w=abs(z)
}
{
w>bailout
}
{
}
}