home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 12
/
CD_ASCQ_12_0294.iso
/
news
/
2391
/
form03
/
sue
/
horns.frm
< prev
next >
Wrap
Text File
|
1994-01-25
|
798b
|
23 lines
Copyright (c) Sue Cunningham
body1 = ellipse <0.4, 1, 2> stack 30 in 10% twist 120 bend 90 grow 1.1;
body2 = ellipse <0.4, 1, 2> stack 20 in 10% twist 180 bend -180 grow 1.5;
body3 = ellipse <0.4, 1, 2> stack 30 in 10% bend 180 grow 1.1;
body = body1, body2;
neck = sphere stack 20 in 50% bend -80;
head = sphere 1.5;
//whole1 is one image
whole1 = head, neck, [body];
horn_cone = ellipse 0.5, 0.1 stack 100 twist -90, 2 bend 20 grow 10;
base = ellipse 5, 1;
stick = sphere stack 20 in 50%;
// spacer = sphere 2 delete 1;
negspace = sphere -1, sphere -1, sphere -1 delete 1 delete 2 delete 3;
fig2 = stick, body3, negspace, body3;
fig1 = base, horn_cone;
//fig 1 and 2 display below produce one picture;
//fig2 scale 1.5 move <-8, 0, 0>;
//fig1 move <8, -2, 0>;
whole1;
end;