home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Trixter's Scene Collection
/
trixter.zip
/
trixter
/
Demos
/
MECH2.ZIP
/
CONE.DCC
< prev
next >
Wrap
Text File
|
1995-05-28
|
385b
|
38 lines
// widget declarations
widget_sf mk_new "cone"!;
// node declarations
node mk_new "conen"!;
// inverse widgets
cone {
sf
{
lb
<< " 0 0 0 0 -1 0 0 1 0"!;
<< "cone"!;
scale 1 1 !;
};
};
// stool nodes
conen {
gb
<< " 3.0 1.0 0.0 0 0 1 0 1 0"!;
dc
<< " 0 0 0"!;
w
<< " 0.0 0.0 0"!;
<< cone !;
};
// action declarations
conen act 64!;