home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 8
/
CDASC08.ISO
/
NEWS
/
RADIANCE
/
SCN
/
PODLIFE
/
BUB.CAL
< prev
next >
Wrap
Text File
|
1993-10-07
|
281b
|
19 lines
xcent = crad*cos(th);
ycent = y0 + (ymax-y0)*t;
zcent = crad*sin(th);
radius = .02 + .02*rand(-t+t0);
th = t0 + PI*t + toff;
toff = .5*rand(-t-t0);
crad = sqrt(x0*x0 + z0*z0) + if(rand(t-2*t0)-.5, .5, -.5)*toff;
t0 = atan2(z0,x0);
ymax = 9.48;
x0 = 3;
y0 = 2;
z0 = 0;
b0 = 0;