home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / eagle / window.vo < prev   
Encoding:
Text File  |  1993-04-20  |  572 b   |  23 lines

  1. // cargo bay window
  2.  
  3. space_gray3
  4.  
  5. sphere { center -1.8  1.3 0 radius .2 }
  6. sphere { center  1.8  1.3 0 radius .2 }
  7. sphere { center  1.8 -1.3 0 radius .2 }
  8. sphere { center -1.8 -1.3 0 radius .2 }
  9. cone { apex -1.8  1.3 0 base  1.8  1.3 0 radius .2 }
  10. cone { apex  1.8  1.3 0 base  1.8 -1.3 0 radius .2 }
  11. cone { apex  1.8 -1.3 0 base -1.8 -1.3 0 radius .2 }
  12. cone { apex -1.8 -1.3 0 base -1.8  1.3 0 radius .2 }
  13.  
  14.  
  15. polygon {
  16.         points 4
  17.         vertex -1.8  1.3 .2
  18.         vertex  1.8  1.3 .2
  19.         vertex  1.8 -1.3 .2
  20.         vertex -1.8 -1.3 .2
  21. }
  22.  
  23.