home *** CD-ROM | disk | FTP | other *** search
/ Trixter's Scene Collection / trixter.zip / trixter / Demos / MECH2.ZIP / CONE.DCC < prev    next >
Text File  |  1995-05-28  |  385b  |  38 lines

  1. // widget declarations
  2.  
  3. widget_sf mk_new "cone"!;
  4.  
  5. // node declarations
  6.  
  7. node mk_new "conen"!;
  8.  
  9. // inverse widgets
  10.  
  11. cone {
  12. sf
  13. {
  14. lb
  15. << " 0 0 0  0 -1 0  0 1 0"!;
  16.  
  17. << "cone"!;
  18.   scale 1 1 !;
  19. };
  20. };
  21.  
  22. // stool nodes
  23.  
  24. conen {
  25. gb
  26. << " 3.0 1.0 0.0  0 0 1  0 1 0"!;
  27. dc
  28. << " 0 0 0"!;
  29. w
  30. << " 0.0 0.0 0"!;
  31. << cone !;
  32. };
  33.  
  34. // action declarations
  35.  
  36. conen act 64!;
  37.  
  38.